There used to be some sort of arbitrator for this, but I can't find one for 5.x. What's happening is workflow_access trumps taxonomy_access. I'd like to be able to specify the order in which access modules are processed.
Any suggestions?
Thanks in advance,
Nate
Comments
Comment #1
dawehnerThats limited by the node access system.
You can have multiple node access systems but they could have problems with each other. If any of this modules returns TRUE for access, afaik then the user has access.
Comment #2
Bastlynn commentedWhat dereine said - permissions in Drupal are additive not subtractive. If one module says 'yes', then they all treat that as a yes.
Comment #3
johnvITMT in version 7.x, a setting is introduced to control the Weight of workflow_access.