Views Filter does not support multiple Workflows

Created on 20 July 2022, over 2 years ago
Updated 10 September 2024, 2 months ago

I have content types with independent workflows and it is not possible to use views filters properly. The filters are not intended to be exposed btw.

Example:
content type A with states A1, A2, A3
content type B with states B1, B2, B3

Views Filter: Only show content of type A in states A1, A2 and content of type B in state B3.

Filter: content type A AND states in (A1, A2) OR content type B AND state in (B3).
Result: Empty, even though the filters are put into or-group.

To make it even simpler: Dropping all other filters having just 'states in (A1, A2) OR states in (B3)' is also giving empty result set.

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡©πŸ‡ͺGermany Rudi Teschner

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024