- Issue created by @seattlehimay
- πΊπΈUnited States seattlehimay
For anyone else struggling with similar issue, consider Token Views Filter β module.
Token replacement seems to work fine for the second (or in the case of three, the second and third) contextual filter, but does not work for the first for some reason. For example, the where clause ends up looking like this:
WHERE (((node__field_committee_reviewer.field_committee_reviewer_target_id = '[current-user:id]')) OR ((node__field_internal_reviewer.field_internal_reviewer_target_id = '804')))
I end up with an empty set of nodes every time (when searching, in this case, for nodes that reference the current user in the committee_reviewer field).
Active
1.5
Code
For anyone else struggling with similar issue, consider Token Views Filter β module.