Closed (fixed)
Project:
Quota by role
Version:
5.x-5.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2008 at 16:55 UTC
Updated:
24 Mar 2008 at 06:36 UTC
I like this module but it's confusing that normal users can see the "quota by role" page. They can't administer quota's by default but they can configure the error message which I really don't want the users to see myself. Are there any plans to remove this permission by default?
Also does this have any sort of cron functionality that would auto-hide or publish based on the role in case the role changes? Just a thought.
Comments
Comment #1
introfini commentedHi,
That's a bug. You have to change the line #53 to
'access' => user_access('administer quota by role'),introfini
Comment #2
drupalninja99 commentedoh excellent, I made the change and it worked after I disabled and re-enabled the module. thanks!
Comment #3
lazyboy commentedThanks introfini!
Closing the ticket.