[ 2190961 ] The parameter with value null do not is create in process

http://sourceforge.net/tracker/index.php?func=detail&aid=2190961&group_id=176962&atid=879332
This commit is contained in:
vpj-cd 2008-10-24 03:25:14 +00:00
parent f898f4d773
commit b5100fc3c4
2 changed files with 0 additions and 8 deletions

View File

@ -498,10 +498,6 @@ public class ProcessParameterPanel extends CPanel implements VetoableChangeListe
if (editor2 != null)
result2 = editor2.getValue();
// Don't save NULL values
if (result == null && result2 == null)
continue;
// Create Parameter
MPInstancePara para = new MPInstancePara (Env.getCtx(), m_processInfo.getAD_PInstance_ID(), i);
GridField mField = (GridField)m_mFields.get(i);

View File

@ -350,10 +350,6 @@ implements ValueChangeListener, IProcessParameter
if (editor2 != null)
result2 = editor2.getValue();
// Don't save NULL values
if (result == null && result2 == null)
continue;
// Create Parameter
MPInstancePara para = new MPInstancePara (Env.getCtx(), m_processInfo.getAD_PInstance_ID(), i);
GridField mField = (GridField)m_mFields.get(i);