IDEMPIERE-369 Master Detail layout improvements / Show the posting error on the breadcrumb
This commit is contained in:
parent
30debbd3e1
commit
bd8d452189
|
@ -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);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue