Skip to content

Commit d769d15

Browse files
authored
Merge pull request DSpace#5269 from toniprieto/recover-4568
Restore "Fix current parent order when creating subcommunity" (DSpace#4568)
2 parents 1ff8f45 + 2edfc0d commit d769d15

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
@@ -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)