Skip to content

Commit da99511

Browse files
authored
Merge pull request #4571 from DSpace/backport-4568-to-dspace-7_x
[Port dspace-7_x] Fix current parent order when creating subcommunity
2 parents 1419ed9 + 08eb6de commit da99511

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
@@ -42,6 +42,7 @@ export class CreateCommunityParentSelectorComponent extends DSOSelectorModalWrap
4242
}
4343

4444
ngOnInit() {
45+
super.ngOnInit();
4546
this.isAdmin$ = this.authorizationService.isAuthorized(FeatureID.AdministratorOf);
4647
}
4748

0 commit comments

Comments
 (0)