Fix [ 1883164 ] Error in Project Management -> Issue to Project

This commit is contained in:
Carlos Ruiz 2008-01-31 03:37:53 +00:00
parent c0912859ca
commit 5a45b99971
1 changed files with 4 additions and 2 deletions

View File

@ -117,9 +117,11 @@ public class WLocatorEditor extends WEditor implements EventListener, PropertyCh
editorbox.setText(m_mLocator.getDisplay(value)); // loads value
// Data Binding
if (fire) {
ValueChangeEvent val = new ValueChangeEvent(this, m_columnName, null, value);
fireValueChange(val);
}
ValueChangeEvent val = new ValueChangeEvent(this, m_columnName, null, value);
fireValueChange(val);
}
/**