Let assume a node with several categories, like Cat_A, Cat_B and Cat_C. let’s assume Cat_A and Cat_B are visible to anonymous user but Cat_C is only accessible to register users. Now it seems that in such a case Taxonomy_Access give access to that node to an anonymous user. I wish in such a case the anonymous user did not have access.
To summarize: If one of more of the taxonomy refuse access, access should not be granted.
It there a patch to achieve that ?
Comments
Comment #1
kurkuma commentedSee http://drupal.org/node/30706
Comment #2
keve commentedIn 4.6 permissions are OR-ed together.
in CVS version i made a new permission system w/ Allow/ignore/deny settings. With that you can play a lot more around. :)
Comment #3
(not verified) commented