Fix entities on modules with large name treeview

This commit is contained in:
Calvo 2021-10-06 10:41:55 +02:00
parent 774e163ff0
commit 50dbeb03ce
1 changed files with 1 additions and 0 deletions

View File

@ -756,6 +756,7 @@ var TreeController = {
$content.append($statusImage);
}
element.name = htmlDecode(element.name);
// Name max 42 chars.
$content.append(
'<span title="' +