Closed (duplicate)
Project:
Taxonomy Access Control
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2008 at 18:16 UTC
Updated:
27 Feb 2010 at 21:18 UTC
Hello,
I just set up a rule to deny access to Forum *default* to all authenticated users. When I navigate to the forum post, I can still see the node, but all the breadcrumbs of forums have been stripped. It seems like it only denies access to the taxonomy terms, not the nodes themselves.
Any ideas? Am I missing something here?
Thanks,
Andrey.
Comments
Comment #1
mr.andrey commentedI just rebuild the permissions and it now denies access as expected. I'll keep an eye on it and throw a post here if this happens again.
Best,
Andrey.
Comment #2
toniw commentedSounds like the same problem as http://drupal.org/project/issues/10126
And yes, there is something fishy in taxonomy_access_node_access_records() in taxonomy_access.module that is causing this (at least in 5.x)
Comment #3
xjmComment #4
xjmMarking as duplicate of #727648: Node access not updated on default change.