- Issue created by @masterperoo
- 🇦🇺Australia tisteegz
Is the problem you are having with clearing the filters? Clicking the X updates the results but the actual form still shows the filter selected?
Cause I am also using Configurable Views Filter Block with exposed filters and when I clear a filter from the summary the results update but the form stays with the filter selected. I have a lot of patches installed so wanted to make sure we were having the same issue beofre applying another one.
I am using:
Drupal 10.4.6
Facets 3.0.0
Views filters summary 3.1.0-rc3
Configurable Views Filter Block 1.0.0 - 🇬🇧United Kingdom masterperoo
@tisteegz - yes exctly that was the problem. In my case clicking X also threw errors in the console.
- First commit to issue fork.
- Merge request !50Issue #3527046 by ckng: Views Filter Summary does not work with Configurable... → (Open) created by ckng
- 🇲🇾Malaysia ckng
Patch #5 is working for us.
Have implemented another approach after reviewed how configurable_views_filter_block handles form id based on `data-drupal-selector` attribute.
- First commit to issue fork.
- Merge request !51Issue #3527046 by masterperoo, ckng, mably: Views Filter Summary does not work with Configurable Views Filter Blocks and BEF → (Merged) created by mably
- 🇫🇷France mably
I tried to implement the Configurable Views Filter Blocks compatibility in a dedicated submodule.
If it works fine, we could merge it as is as it doesn't impact too much the original module.
Add to do significant refactoring of the original JS code though.
Automatically closed - issue fixed for 2 weeks with no activity.