RM-193 (Roles are displayed incorrectly in User Rights Report)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.2@101230 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2015-04-07 10:16:15 +00:00
parent 7bb27bbf7a
commit 4f4bd07440

View File

@@ -133,7 +133,7 @@ public class UserRightsReportGet extends DeclarativeWebScript
// get the users for the current RM role
String group = role.getRoleGroupName();
Set<String> users = filePlanRoleService.getUsersAssignedToRole(filePlanNode, roleName);
Set<String> users = authorityService.getContainedAuthorities(AuthorityType.USER, group, false);
roleModel.setUsers(users);
// setup a user model object for each user