- Issue created by @alt.dev
- Merge request !29Issue #3532362: Added the convertion to the bool type when passing value to the isRemovable() β (Open) created by alt.dev
When I add the "Active filters" handler to my view, I receive the following error during the exposed form submit
TypeError: Drupal\active_filters\Plugin\views\area\ActiveFilters::isRemovable(): Argument #2 ($removable) must be of type bool, int given
Convert value to a boolean when passing to the isRemovable method.
Additional note: I'm using Drupal 10.4.7.
Active
1.0
Code