IDEMPIERE-3572 "New Record" button in Info Windows does not work properly

This commit is contained in:
Carlos Ruiz 2018-01-11 07:31:22 +01:00
parent 3136d8cda3
commit 016549fb6c
1 changed files with 1 additions and 1 deletions

View File

@ -2164,7 +2164,7 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL
vqe.loadRecord (0); vqe.loadRecord (0);
final ISupportMask parent = LayoutUtils.showWindowWithMask(vqe, this, LayoutUtils.OVERLAP_TAB_PANEL); final ISupportMask parent = LayoutUtils.showWindowWithMask(vqe, this, LayoutUtils.OVERLAP_SELF);
vqe.addEventListener(DialogEvents.ON_WINDOW_CLOSE, new EventListener<Event>() { vqe.addEventListener(DialogEvents.ON_WINDOW_CLOSE, new EventListener<Event>() {
@Override @Override