- πΊπΈUnited States smustgrave
This issue is being reviewed by the kind folks in Slack, #needs-review-queue-initiative. We are working to keep the size of Needs Review queue [2700+ issues] to around 400 (1 month or less), following Review a patch or merge request β as a guide.
Did not test issue
MR will need to be updated for 10.1
Test case will have to be added to show issue. - First commit to issue fork.
- Merge request !10467Issue #3099068 by richgerdes: The "bundle" views filter shows options the user... β (Open) created by goz
- π«π·France goz
Merge request 10467 is based on 11x and add more logic.
If we do not display bundles a user cannot access on filters, results should also reflect that.
To avoid regressions, access check is an option. If checked, unavailable options based on user access will be :
- IN operator: Removed from options to query
- NOT IN operator: Added to options before querying
Note: the query filter only works :
- If field is exposed and some filters are selected
- NOR if field is not exposed
In case field is exposed, if we want to filter results without submitting filters, we have to add a not exposed filter with all bundles selected so query can be altered.