Jump to content

Recommended Posts

Posted

Hi all

I've created a new page in "Admin" and installed a custom process for it that lists pages from a specific parent.

I have a custom role called "editor" who only has access to the "Pages" admin page acheived by not selecting the "Administrator User" in the permissions for the role.

How can I adjust permissions so that I can create admin pages that users of my custom role can access?

Thanks

Posted

You can set the permission in the get module info of the process module.

'permission' => 'somepermission'

just create a custom permission and add it to your editor role.

Posted

Your welcome. :)

Also if you want an admin page all users that have "edit" permission can see, you could just use: 'permission' => 'page-edit' , so no need to create custom role for that. But you're free to create one to have additional control.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...