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:
Heng Sin Low 2012-08-18 02:46:55 +08:00
parent 3c3b264887
commit ffb37f62e0
1 changed files with 1 additions and 0 deletions

View File

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