Skip to content

Commit

Permalink
LRQA-54952 Change Role.VIEW to User.VIEW for User role
Browse files Browse the repository at this point in the history
  • Loading branch information
dellawang authored and brianchandotcom committed Jan 10, 2020
1 parent 2695975 commit 4a20027
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -216,7 +216,7 @@ out.println(PortalUtil.escapeRedirect("/"));
portlet = "Roles");

Role.definePermissionCmdCP(
permissionDefinitionKeys = "CONTROL_PANEL_USERS_ROLES_RESOURCE_PERMISSIONS_ROLE_VIEW_CHECKBOX",
permissionDefinitionKeys = "CONTROL_PANEL_USERS_USERS_AND_ORGANIZATIONS_RESOURCE_PERMISSIONS_USER_VIEW_CHECKBOX",
permissionDefinitionValue = "View",
roleTitle = "User");

Expand Down

0 comments on commit 4a20027

Please sign in to comment.