+

Search Tips   |   Advanced Search

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...

  1. Connect the WebDAV client to...

      http://host:port/wps/mycontenthandler/dav/fs-type1/

  2. 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

  3. 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"
          }
       ]
    }

  4. 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