|
@@ -225,6 +225,7 @@ public class ModelCatalogTreeHandler extends AbstractTreeHandler<DefaultEntity> |
|
|
if (lf != null && !lf.isEmpty()) { |
|
|
if (lf != null && !lf.isEmpty()) { |
|
|
List<SwMap> list = buildNodes(lf, true); |
|
|
List<SwMap> list = buildNodes(lf, true); |
|
|
node.put("children", list); |
|
|
node.put("children", list); |
|
|
|
|
|
node.put("leaf", false); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|