Resloves #133 Light support

This commit is contained in:
Yegor Vialov
2018-10-18 23:47:55 +03:00
parent c71ee568b0
commit ba09c36bd2
4 changed files with 47 additions and 34 deletions

View File

@ -31,7 +31,6 @@ class ViewBuilder{
Map<String, List<String>> userGroupsList = entityCollection.getDefaultViewTopLevelEntities();
List<Entity> entitiesForView = [];
userGroupsList["userGroups"].forEach((groupId){
TheLogger.log("Debug","----User defined group: $groupId");
Entity en = entityCollection.get(groupId);
if (en.isGroup) {
en.childEntities = entityCollection.getAll(en.childEntityIds);