IDEMPIERE-1328 Change tab name dynamically / * mark is not being shown when not autosave

This commit is contained in:
Carlos Ruiz 2018-07-11 18:05:19 +02:00
parent 9332613bf1
commit 6bbd9da275
1 changed files with 1 additions and 1 deletions

View File

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