mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 18:44:22 +00:00
DS-3004: Fixed unit tests, license check and unused parameters
This commit is contained in:
@@ -270,7 +270,7 @@ public class CommunityServiceImpl extends DSpaceObjectServiceImpl<Community> imp
|
||||
admins = groupService.create(context);
|
||||
context.restoreAuthSystemState();
|
||||
|
||||
groupService.setName(context, admins, "COMMUNITY_" + community.getID() + "_ADMIN");
|
||||
groupService.setName(admins, "COMMUNITY_" + community.getID() + "_ADMIN");
|
||||
groupService.update(context, admins);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user