- 🇮🇳India anand.toshniwal93
The latest patch here https://www.drupal.org/project/facets/issues/2811331 → (comment 60) adds disabled attribute to reset option.
Added a check if disabled attribute is present then remove it. so that reset option can be used. - 🇮🇳India anand.toshniwal93
in previous comment added blank patch by mistake
- 🇮🇳India anand.toshniwal93
This is the correct patch, The latest patch here https://www.drupal.org/project/facets/issues/2811331 → (comment 60) adds disabled attribute to reset option.
Added a check if disabled attribute is present then remove it. so that reset option can be used.Sorry for the multiple previous comments 🙏
- 🇮🇳India anand.toshniwal93
This is the correct patch, The latest patch here https://www.drupal.org/project/facets/issues/2811331 → (comment 60) adds disabled attribute to reset option.
Added a check if disabled attribute is present then remove it. so that reset option can be used.Sorry for the multiple previous comments 🙏
- Status changed to Needs review
about 1 year ago 11:41am 1 October 2023 - last update
about 1 year ago 420 pass, 4 fail - 🇮🇳India anand.toshniwal93
- Fixed point mentioned by @mkalkbrenner.
- Updated condition in `cleanCurrentFilter` so that querystring which are not related to facets should be ignored while processing. I had exposed filter on form and it was being added to URL as
?f%5B0%5D=cloned&f%5B1%5D=services%3Aservice%201&keywords=cloned
- last update
about 1 year ago Patch Failed to Apply - 🇮🇳India anand.toshniwal93
This patch will get applied if you are using patch → from Create a multiple select dropdown widget →
Had to create a separate patch for this as both patches making change on same line.
- last update
about 1 year ago 420 pass, 4 fail - 🇮🇳India anand.toshniwal93
Removed extra added condition to verify if test pass.
- 🇫🇷France xavier.masson Haute-Normandie
I've removed the "disabled" property on the default option when using it to reset facet.