Skip to content

Commit 17f17a1

Browse files
authored
Merge pull request #4573 from DSpace/backport-4568-to-dspace-9_x
[Port dspace-9_x] Fix current parent order when creating subcommunity
2 parents 0771086 + c64fded commit 17f17a1

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

6464
ngOnInit() {
65+
super.ngOnInit();
6566
this.isAdmin$ = this.authorizationService.isAuthorized(FeatureID.AdministratorOf);
6667
}
6768

0 commit comments

Comments
 (0)