IDEMPIERE-144 Performance: Remove the use of zk event thread. Fixed saving new record doesn't show mandatory missing error and goes into a state that the window can't be use further.
This commit is contained in:
parent
3c3b264887
commit
ffb37f62e0
|
@ -1763,6 +1763,7 @@ public abstract class AbstractADWindowPanel extends AbstractUIPart implements To
|
|||
showLastError();
|
||||
if (callback != null)
|
||||
callback.onCallback(false);
|
||||
return;
|
||||
} else if (!onSaveEvent && !navigationEvent) //need manual refresh
|
||||
{
|
||||
curTab.setCurrentRow(curTab.getCurrentRow());
|
||||
|
|
Loading…
Reference in New Issue