73011: Edit item permissions community feedback

This commit is contained in:
Peter Nijs
2020-09-15 17:45:08 +02:00
parent fae212d281
commit ad9913986c
12 changed files with 41 additions and 33 deletions

View File

@@ -630,7 +630,7 @@ public class CommunityServiceImpl extends DSpaceObjectServiceImpl<Community> imp
if (AuthorizeConfiguration.canCommunityAdminPerformSubelementDeletion()) {
adminObject = getParentObject(context, community);
if (adminObject == null) {
//top-level community, has to be admin of the current communitu
//top-level community, has to be admin of the current community
adminObject = community;
}
}