I've found that I have a lot of roles used purely for taxonomy access control, i.e. nothing is checked on the Access Control page for the role. Depending on the number of roles you have, the Access Control table can quickly become unruly. Thus, I've created a small patch that allows a site admin to hide some of the roles in the "Access Control" table.
I have not tested the result of hiding a role that has checked permissions.
| Comment | File | Size | Author |
|---|---|---|---|
| contrib-5.tac_lite.roles_.junyor.patch | 1.5 KB | junyor |
Comments
Comment #1
Dave Cohen commentedThis is a nice snippet, and thank you for posting it on d.o. However, I think its not really tac_lite-specific enough for me to check it in. I think of it as the kind of snippet that one would put in a custom site module. The problem is really the access control page, not tac_lite, if you know what I mean. I just don't want to take on responsibility for supporting this in the future.
Comment #2
junyor commentedNo worries. :)
Comment #3
junyor commentedI've created a standalone module with this functionality: http://cvs.drupal.org/viewvc.py/drupal/contributions/sandbox/junyor/acce....