Closed (fixed)
Project:
Permission Select
Version:
6.x-1.5
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 May 2009 at 23:55 UTC
Updated:
1 Jun 2009 at 00:50 UTC
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
Comment #1
himerus commentedGreat 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.
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.
Comment #2
himerus commentedOkay, 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.