IDEMPIERE-1328 Change tab name dynamically / * mark is not being shown when not autosave
This commit is contained in:
parent
9332613bf1
commit
6bbd9da275
|
@ -1403,7 +1403,7 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
|
|||
) {
|
||||
|
||||
String prefix = null;
|
||||
if (dbInfo.contains("*"))
|
||||
if (dbInfo.contains("*") || dbInfo.contains("?")) // ? used when not-autosave
|
||||
prefix = "*";
|
||||
|
||||
String titleLogic = null;
|
||||
|
|
Loading…
Reference in New Issue