Closed (duplicate)
Project:
Taxonomy Access Control Lite
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2007 at 11:24 UTC
Updated:
11 Jan 2007 at 15:24 UTC
Comments
Comment #1
Deyan commentedI want to add that I did read everything I found on this topic (including a previous issue here) but still didn't understand how to implement this :(((
Comment #2
Deyan commentedFOUND IT!!!
It's here. Simple, and working like a charm! :)))))
Comment #3
Deyan commentedFOUND IT!!!
It's here. Simple, and working like a charm! :)))))
Comment #4
Deyan commentedFOUND IT!!!
It's here: http://drupal.org/node/77414#comment-148719
Simple, and working like a charm! :)))))
Comment #5
Dave Cohen commentedThis is a problem, but it affects all access control modules, not just tac_lite, and the proper place to fix it is in core.
The code you refer to addresses the problem, although inefficiently, because it requires loading all the nodes that are referred to by menu items.
The issue to follow is this one: http://drupal.org/node/16542, which appears to have stalled.