Closed (works as designed)
Project:
Taxonomy Access Control Lite
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2009 at 01:24 UTC
Updated:
3 Apr 2009 at 22:03 UTC
Jump to comment: Most recent file
Comments
Comment #1
mitemite commentedlooks like when I grant permission to 3rd role, its not working. It is very flaky and I don't know how to problem solve. Hope someone can help me with solving this problem.
Please see attached screenshot. With this settings, Customer and wholesale user was OK. administrator can see all of the catalog which shouldn't.
Comment #2
mitemite commentedComment #3
mitemite commentedfinally got it. everything works except administrator. administrator role always can view everything by default? if so, why select box in setting page????
Comment #4
Dave Cohen commentedAnyone with permission to administer tac_lite will be able to see all content.
Its important to realize that tac_lite (and all Drupal access control modules) function by granting access to content which a user would otherwise not see. If, via permissions or hook_access or what have you, the user can already see the node, tac_lite will not take that privilege away from the user.
Comment #5
mitemite commentedThank you Dave. I am learning new stuff everyday.