IDEMPIERE-1069 Callout doesn’t work the same way in quick entry window and normal AD window
This commit is contained in:
parent
b7e89a8e49
commit
f312dc448e
|
@ -469,7 +469,7 @@ public class WQuickEntry extends Window implements EventListener<Event>, ValueCh
|
||||||
GridTab gridTab = field.getGridTab();
|
GridTab gridTab = field.getGridTab();
|
||||||
String columnName = field.getColumnName();
|
String columnName = field.getColumnName();
|
||||||
// process dependencies and callouts for the changed field
|
// process dependencies and callouts for the changed field
|
||||||
field.setValue(evt.getNewValue(), false);
|
field.getGridTab().setValue(field, evt.getNewValue());
|
||||||
gridTab.processFieldChange(field);
|
gridTab.processFieldChange(field);
|
||||||
// Refresh the list on dependant fields
|
// Refresh the list on dependant fields
|
||||||
ArrayList<GridField> dependants = gridTab.getDependantFields(columnName);
|
ArrayList<GridField> dependants = gridTab.getDependantFields(columnName);
|
||||||
|
|
Loading…
Reference in New Issue