A nice feature to have would be the addition of this module's functionality to the screen found at /admin/user/permissions/[rid] - Currently, this module only presents its UI on the screen for all roles. If I can, I will put together a patch for this purpose, unless you know of any limitation that would not make this possible. Great module, by the way.

Comments

himerus’s picture

Assigned: Unassigned » himerus

Great suggestion.

This was really just an oversight, as I usually never visit the individual role pages, and forgot about that when writing the code.

It's set to check both the permission using user_access() and to only include the css & jQuery code on the admin page.

if (user_access('use permission select') && $_GET['q'] == 'admin/user/permissions') {

}

I'll just need to modify the $_GET['q'] == 'admin/user/permissions') in order to get this working.

Thanks for the info, and giving the module a shot. It was just something quick I knew I could whip up that I'm always pissing and moaning about managing permissions on that page. I will get this included in 6.x and 7.x versions in the next day or two.

himerus’s picture

Status: Active » Fixed

Okay, this is now fixed in the following versions: 6.x-1.6, and 7.x-1.1.

Kenny, if I would have realized this was you, I would have made this fix/feature request wait at least a week or more! It was really more of a bug that it wasn't presenting the jQuery/CSS on the appropriate pages than a feature request. All the features were there, just changing it to recognize the drupal_add_css and drupal_add_js on more than that single location.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.