Skip to content

Commit c4aae39

Browse files
authored
Merge pull request #4572 from DSpace/backport-4568-to-dspace-8_x
[Port dspace-8_x] Fix current parent order when creating subcommunity
2 parents 4680d75 + f704695 commit c4aae39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/shared/dso-selector/modal-wrappers/create-community-parent-selector/create-community-parent-selector.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export class CreateCommunityParentSelectorComponent extends DSOSelectorModalWrap
6666
}
6767

6868
ngOnInit() {
69+
super.ngOnInit();
6970
this.isAdmin$ = this.authorizationService.isAuthorized(FeatureID.AdministratorOf);
7071
}
7172

0 commit comments

Comments
 (0)