Skip to content

Commit b2e5d1a

Browse files
authored
Merge pull request #5271 from DSpace/backport-5269-to-dspace-8_x
[Port dspace-8_x] Restore "Fix current parent order when creating subcommunity" (#4568)
2 parents 13d344d + 48b4484 commit b2e5d1a

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
@@ -68,6 +68,7 @@ export class CreateCommunityParentSelectorComponent extends DSOSelectorModalWrap
6868
}
6969

7070
ngOnInit() {
71+
super.ngOnInit();
7172
this.isAdmin$ = this.authorizationService.isAuthorized(FeatureID.AdministratorOf);
7273
}
7374

0 commit comments

Comments
 (0)