mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Merge pull request #4568 from lareferencia/fix-subcommunity-current-parent-order
Fix current parent order when creating subcommunity
This commit is contained in:
@@ -62,6 +62,7 @@ export class CreateCommunityParentSelectorComponent extends DSOSelectorModalWrap
|
|||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
|
super.ngOnInit();
|
||||||
this.isAdmin$ = this.authorizationService.isAuthorized(FeatureID.AdministratorOf);
|
this.isAdmin$ = this.authorizationService.isAuthorized(FeatureID.AdministratorOf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user