mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
User Profile for any user now visible by clicking a username link in the Manage Space/Content Users screens
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7510 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -346,6 +346,7 @@ public abstract class UserMembersBean implements IContextListener
|
||||
props.put("fullName", ((String)props.get("firstName")) + ' ' + ((String)props.get("lastName")));
|
||||
props.put("roles", roleListToString(context, permissionMap.get(authority)));
|
||||
props.put("icon", WebResources.IMAGE_PERSON);
|
||||
props.put("isGroup", Boolean.FALSE);
|
||||
|
||||
personNodes.add(node);
|
||||
}
|
||||
@@ -366,6 +367,7 @@ public abstract class UserMembersBean implements IContextListener
|
||||
node.put("id", authority);
|
||||
node.put("roles", roleListToString(context, permissionMap.get(authority)));
|
||||
node.put("icon", WebResources.IMAGE_GROUP);
|
||||
node.put("isGroup", Boolean.TRUE);
|
||||
personNodes.add(node);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user