Fix services tree empty leaf visual bug

This commit is contained in:
Calvo 2021-09-15 10:35:02 +02:00
parent 538da5ff30
commit 0551b71d91

View File

@ -1030,9 +1030,8 @@ var TreeController = {
}
if (
(typeof element.searchChildren != "undefined" &&
element.searchChildren) ||
element.disabled == true
typeof element.searchChildren != "undefined" &&
element.searchChildren
) {
if (
element.rootType == "group_edition" &&