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

dawehner’s picture

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

Bastlynn’s picture

Status: Active » Closed (won't fix)

What dereine said - permissions in Drupal are additive not subtractive. If one module says 'yes', then they all treat that as a yes.

johnv’s picture

Issue summary: View changes

ITMT in version 7.x, a setting is introduced to control the Weight of workflow_access.