- First commit to issue fork.
- 🇦🇺Australia Feng-Shui
This is a re-roll against the issue branch for 3286634 which provides D10 support.
- 🇨🇦Canada plousia
Thanks for this patch, this gets me sort of partway to what I need. Two things would be really useful:
1. The ability to combine positive and negative conditions. E.g. for my use case I want to show the block on the first page of a paginated view only, but not any following pages. This sort of works by setting the block visibility to the root url in the normal page visibility setting, and exclude others using Condition Query and this patch with page=* and checking "negate the condition". But this doesn't work if someone follows the pagination link to the first page, as it uses the query string page=0. It would be nice to be able to specify visibility only on the query string page=0, but exclude all others.
2. This leads me to the second useful feature, which would be ranges. If I could do the above plus specify exclusion of a range, e.g. pages 1 to end, that would be perfect. I get the idea you can exclude pages for example with page=*\1,2,3 etc., but it's not possible to keep up with entering exact page numbers on a site with a large amount of content which is being constantly added.
- 🇧🇪Belgium fernly
This patch introduces a new bug with D10. See this facets issue fixing the same bug: Drupal 10: InputBag::get() may no longer return an array in Symfony 6
Rerolling the patch against 1.x-dev.
- Merge request !4Issue #2986466: Add support for a wildcard parameter and a case-sensitive option → (Open) created by codebymikey
what is the current state of this patch? would be nice, to have this future in the stable version of the module.
- last update
9 months ago 12 pass