- new status bar message UI
This commit is contained in:
parent
3f8b5ba804
commit
8b516eb39f
|
@ -1979,7 +1979,7 @@ public abstract class AbstractADWindowPanel extends AbstractUIPart implements To
|
||||||
String summary = pi.getSummary();
|
String summary = pi.getSummary();
|
||||||
if (summary != null && summary.indexOf('@') != -1)
|
if (summary != null && summary.indexOf('@') != -1)
|
||||||
pi.setSummary(Msg.parseTranslation(Env.getCtx(), summary));
|
pi.setSummary(Msg.parseTranslation(Env.getCtx(), summary));
|
||||||
statusBar.setStatusLine(pi.getSummary(), pi.isError());
|
statusBar.setStatusLine(pi.getSummary(), pi.isError(), true);
|
||||||
// Get Log Info
|
// Get Log Info
|
||||||
ProcessInfoUtil.setLogFromDB(pi);
|
ProcessInfoUtil.setLogFromDB(pi);
|
||||||
String logInfo = pi.getLogInfo();
|
String logInfo = pi.getLogInfo();
|
||||||
|
|
Loading…
Reference in New Issue