TODOs
This commit is contained in:
@ -30,7 +30,6 @@ class ViewBuilder{
|
||||
View _composeDefaultView() {
|
||||
Map<String, List<String>> userGroupsList = entityCollection.getDefaultViewTopLevelEntities();
|
||||
List<Entity> entitiesForView = [];
|
||||
//TODO WTF? Why two arrays?
|
||||
userGroupsList["userGroups"].forEach((groupId){
|
||||
entitiesForView.add(entityCollection.get(groupId));
|
||||
});
|
||||
|
Reference in New Issue
Block a user