Merged BRANCHES/V2.2 to BRANCHES/V2.3:

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

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.3@101232 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2015-04-07 11:06:58 +00:00
parent 808ba031c1
commit a475460272

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