mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-7997-fallo-visualizacion-vista-de-arbol-de-servicios' into 'develop'
Fix services tree empty leaf visual bug See merge request artica/pandorafms!4410
This commit is contained in:
commit
9b55ade1bb
@ -1242,9 +1242,8 @@ var TreeController = {
|
||||
}
|
||||
|
||||
if (
|
||||
(typeof element.searchChildren != "undefined" &&
|
||||
element.searchChildren) ||
|
||||
element.disabled == true
|
||||
typeof element.searchChildren != "undefined" &&
|
||||
element.searchChildren
|
||||
) {
|
||||
if (
|
||||
element.rootType == "group_edition" &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user