- Issue created by @gcots
- @gcots opened merge request.
- First commit to issue fork.
- Status changed to Fixed
over 1 year ago 8:30am 20 March 2023 - Status changed to Fixed
over 1 year ago 8:31am 20 March 2023
When a exposed filter is configured as collapsible, it appears duplicated in all regions, including the ones that is not configured for. In addition, the option checkboxes for this filter are also duplicated.
If the pagination configuration form is exposed, it appears duplicated in all sections.
1. Set up exposed filters using the "exposed form regions" option.
2. Enable the "make this filter collapsible" option for any filter.
3. In the view configuration, expose the pager options and enable any of them to be displayed.
4. The collapsible filters and their options will appear duplicated in all regions of the view. All exposed pagination configuration options will also be duplicated.
Check in which regions the filter is marked as active and remove it from the rest (eliminate the new collapsible array that is generated for that filter when collapsible option is marked).
Check in which regions the pager is marked as active in the configuration form and remove its exposed options from the rest regions.
Fixed
2.0
Code