Merge pull request #4573 from DSpace/backport-4568-to-dspace-9_x

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

View File

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