Feature request: list of per node access rights granted with access content module
| Project: | Content Access |
| Version: | 5.x-1.2 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Hi,
I'm wondering if there is an user interface that would provide a listing of per node access permissions that have been granted by Content Access module. If this kind of UI doesn't exist I would like to suggest it to be implemented in future versions.
- Drupal core provides listing of roles: http://www.example.com/admin/user/roles.
- From this page you can go to edit permissions page of an individual role: http://www.example.com/admin/user/access/1
- This is very useful UI if there are many roles on your site as the Access control page gets quite ugly as the number of roles increases: http://www.example.com/admin/user/access
- It's also great UI if you want to get an overview of some individual role's access permissions on your site.
It would be great to have a listing of per node permissions of a role granted with Content Access module. I use Content Access module to grant permissions to roles for some individual nodes. If I want to get an overview of the permissions of some role I have to:
- check the Edit permission page provided by Drupal core
- and then try to remember where I have granted permissions with Access Content module and check those pages one by one
This kind of a listing doesn't need to be an alternative UI to save new access permissions. It would only list per node permissions like this:
Permissions to individual nodes for role Foo
This view lists permissions that have been configured on per node basis for role Foo. Complete list of role's permissions can be found on role's Edit permissions page.

#1
I too would find this feature very useful. I'm using the 6.x branch.