IDEMPIERE-4100 Show ampersand in window titles

This commit is contained in:
Nicolas Micoud 2019-11-13 10:51:56 +01:00
parent 335269dd37
commit 3063be83ca
1 changed files with 0 additions and 1 deletions

View File

@ -493,7 +493,6 @@ public class WindowContainer extends AbstractUIPart implements EventListener<Eve
public void setTabTitle(String title, org.zkoss.zul.Tab tab) {
if (tab == null)
return;
title = title.replaceAll("[&]", "");
if (title.length() <= MAX_TITLE_LENGTH)
{
tab.setLabel(title);