Merge pull request #4572 from DSpace/backport-4568-to-dspace-8_x

[Port dspace-8_x] Fix current parent order when creating subcommunity
This commit is contained in:
Tim Donohue
2025-07-23 12:31:31 -05:00
committed by GitHub

View File

@@ -66,6 +66,7 @@ export class CreateCommunityParentSelectorComponent extends DSOSelectorModalWrap
}
ngOnInit() {
super.ngOnInit();
this.isAdmin$ = this.authorizationService.isAuthorized(FeatureID.AdministratorOf);
}