Mass Contact not quite compatible with Admin Role module
jim0203 - September 24, 2009 - 16:30
| Project: | Mass Contact |
| Version: | 6.x-1.0-beta2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
The Admin Role module (http://drupal.org/project/adminrole) creates a "superuser" role which is allocated all available permissions. Then, when new permissions are created when new modules are installed, the superuser is automatically given these permissions.
It seems that when a new category is created in Mass Contact, and a new permission created which decides whether a given user can send email under that category, Admin Role does not update the permissions of the superuser.
I'm guessing that this is because the permission is added outside of the module activation/deactivation process, which is where new permissions are usually created.
