mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user