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 (
|
if (
|
||||||
(typeof element.searchChildren != "undefined" &&
|
typeof element.searchChildren != "undefined" &&
|
||||||
element.searchChildren) ||
|
element.searchChildren
|
||||||
element.disabled == true
|
|
||||||
) {
|
) {
|
||||||
if (
|
if (
|
||||||
element.rootType == "group_edition" &&
|
element.rootType == "group_edition" &&
|
||||||
|
|
Loading…
Reference in New Issue