IDEMPIERE-369 Master Detail layout improvements / Show the posting error on the breadcrumb

This commit is contained in:
Carlos Ruiz 2013-02-22 09:57:32 -05:00
parent 30debbd3e1
commit bd8d452189
1 changed files with 2 additions and 2 deletions

View File

@ -2520,10 +2520,10 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
String error = AEnv.postImmediate (curWindowNo, Env.getAD_Client_ID(ctx),
tableIdRef, recordIdRef, force);
onRefresh(true, false);
if (error != null)
breadCrumb.setStatusLine(error, true);
onRefresh(true, false);
}
}
});