Setting permissions?
surge_martin - January 15, 2008 - 21:56
| Project: | Taxorole |
| Version: | 5.x-1.x-dev |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#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.