Skip to content

Commit 2d4faa4

Browse files
authored
Merge pull request DSpace#5272 from DSpace/backport-5269-to-dspace-9_x
[Port dspace-9_x] Restore "Fix current parent order when creating subcommunity" (DSpace#4568)
2 parents 9e44979 + 1151eb7 commit 2d4faa4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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
@@ -63,6 +63,7 @@ export class CreateCommunityParentSelectorComponent extends DSOSelectorModalWrap
6363
}
6464

6565
ngOnInit() {
66+
super.ngOnInit();
6667
this.isAdmin$ = this.authorizationService.isAuthorized(FeatureID.AdministratorOf);
6768
}
6869

0 commit comments

Comments
 (0)