Add a link to the resource permissions administration portlet in a menu
To view or modify role types or inherited access, use the Resource Permissions portlet
Administration | Access
To add a link to the resource permissions administration portlet in a menu...
- Connect the WebDAV client to...
http://host:port/wps/mycontenthandler/dav/fs-type1/
- Go to...
/themes/myTheme/menuDefinitions
...and open the menu file to which to add the new permissions entry. By default, the Actions menu corresponds to...
/themes/myTheme/menuDefinitions/pageAction.json
- Add this menu entry to the JSON array: If we make this the last entry, add a comma before the following example.
{ "type":"DynamicMenuitem", "id":"ibm.portal.operations.assignPagePermissions", "titles": [ { "value":"Assign Page Permissions", "lang":"en" } ] }
- Restart the server to apply the changes.
Results
The following screen shot shows the modified Actions menu. The link in the menu opens a resource page permissions portlet that affects the page the user is currently viewing.
Parent Customize the theme