always load nested collections

This commit is contained in:
Kyle Spearrin 2018-10-29 10:06:42 -04:00
parent 60ee82ca47
commit 8998798fa4
1 changed files with 1 additions and 4 deletions

View File

@ -46,9 +46,6 @@ export class GroupingsComponent extends BaseGroupingsComponent {
unassignedCollection.organizationId = this.organization.id;
unassignedCollection.readOnly = true;
this.collections.push(unassignedCollection);
if (this.loadNestedCollections) {
this.nestedCollections = await this.collectionService.getAllNested(this.collections);
}
this.nestedCollections = await this.collectionService.getAllNested(this.collections);
}
}