Posted by mandclu on January 15, 2008 at 9:56pm
Jump to:
| Project: | Taxorole |
| Version: | 5.x-1.x-dev |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
This module seems to be creating the profiles as expected, but when I go into the tac_lite "Access control by taxonomy", it doesn't seem to have created any of the term-specific access for each the created roles.
Comments
#1
Looking at the code, I think I have discovered the problem, in line 228, taxorole_taxonomy:
if (module_exists('mass_contact') && variable_get('taxorole_configure_tac_lite', 0)) {Looks like it mistakenly checks for the presence of mass contact instead of TAC lite.