Fix entities on modules with large name treeview
This commit is contained in:
parent
774e163ff0
commit
50dbeb03ce
|
@ -756,6 +756,7 @@ var TreeController = {
|
|||
$content.append($statusImage);
|
||||
}
|
||||
|
||||
element.name = htmlDecode(element.name);
|
||||
// Name max 42 chars.
|
||||
$content.append(
|
||||
'<span title="' +
|
||||
|
|
Loading…
Reference in New Issue