Fix [ 1883164 ] Error in Project Management -> Issue to Project
This commit is contained in:
parent
c0912859ca
commit
5a45b99971
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue