mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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);
|
$content.append($statusImage);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
element.name = htmlDecode(element.name);
|
||||||
// Name max 42 chars.
|
// Name max 42 chars.
|
||||||
$content.append(
|
$content.append(
|
||||||
'<span title="' +
|
'<span title="' +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user