IDEMPIERE-6259 : Query After Change is not working for Range criteria with the 'To' field on Info Window (#2547)
This commit is contained in:
parent
c82810a269
commit
f88b49f1ff
|
@ -2020,6 +2020,8 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL
|
|||
editors2.add(editor2);
|
||||
if (infoColumn.isQueryAfterChange()) {
|
||||
queryAfterChangeEditors.add(editor);
|
||||
if (editor2 != null)
|
||||
queryAfterChangeEditors.add(editor2);
|
||||
}
|
||||
|
||||
editor.showMenu();
|
||||
|
|
Loading…
Reference in New Issue