IDEMPIERE-6259 : Query After Change is not working for Range criteria with the 'To' field on Info Window (#2547)

This commit is contained in:
Zuhri Utama 2024-11-20 14:51:08 +07:00 committed by Carlos Ruiz
parent c82810a269
commit f88b49f1ff
1 changed files with 2 additions and 0 deletions

View File

@ -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();