Closed (fixed)
Project:
Filter Permissions
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 Jun 2011 at 17:25 UTC
Updated:
8 Sep 2020 at 21:56 UTC
Jump to comment: Most recent
Comments
Comment #1
cyu commentedTied in with this is the link from the Roles page (admin/people/permissions/roles) where it would be nice to filter by just that role and all modules when the permissions link is clicked for a role.
An example link for this is admin/people/permissions/1 for the anonymous role and an example link for the original issue would be something like admin/people/permissions#module-block, though, I believe when I did this in 6 I had reason to rewrite the links that had anchor tags to something like admin/people/permissions/module-block instead.
Comment #2
cyu commentedFunctionality added here: http://drupalcode.org/project/filter_perms.git/blobdiff/29e4512be9491b5b...
As I remembered, anchor info from the url can't be parsed server side so I needed to rewrite the permissions links on the modules page to get this working.
Comment #3
cyu commentedMarking fixed.
Comment #5
jasonluttrellDisregard. Thanks.