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:
Daniel Rodriguez 2021-11-15 10:24:57 +00:00
commit 9b55ade1bb
1 changed files with 2 additions and 3 deletions

View File

@ -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" &&