- Issue created by @amal.bukhari
I have 2 policies (view, view/update) with 2 vocabularies (department, status).
User is tagged with department A and status M, but can view nodes that have either one i.e. user can view nodes tagged with department B and status M, or tagged with department A and status N.
For now, I had to combine department and status terms in a single vocabulary. If department and status tables each has 10 terms, that means the tables will have 100 terms, which is not so user friendly.
Have an option in the settings form for a exclusive (inner join) or inclusive (left join).
Active
1.7
Code