Fix [ 1883164 ] Error in Project Management -> Issue to Project
This commit is contained in:
parent
c0912859ca
commit
5a45b99971
|
@ -117,11 +117,13 @@ public class WLocatorEditor extends WEditor implements EventListener, PropertyCh
|
||||||
editorbox.setText(m_mLocator.getDisplay(value)); // loads value
|
editorbox.setText(m_mLocator.getDisplay(value)); // loads value
|
||||||
|
|
||||||
// Data Binding
|
// Data Binding
|
||||||
|
if (fire) {
|
||||||
ValueChangeEvent val = new ValueChangeEvent(this, m_columnName, null, value);
|
ValueChangeEvent val = new ValueChangeEvent(this, m_columnName, null, value);
|
||||||
fireValueChange(val);
|
fireValueChange(val);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return Editor value
|
* Return Editor value
|
||||||
* @return value
|
* @return value
|
||||||
|
|
Loading…
Reference in New Issue