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

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@73190 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2014-06-05 15:43:36 +00:00
parent 3fb06cdccb
commit bc6d75a7ff

View File

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