fix: #3610651 Render the Events exposed filters through the site template theme
Issue: https://www.drupal.org/project/educare/issues/3610651
Renders the Events listing's exposed filters through the site template's own theme so they match the News and Programs listing filters.
The Events view renders its exposed filters through components_exposed_form with component_id: vartheme_bs5:views-exposed-filters (the base theme, which is not installed on an Educare site). With no such component definition available, the exposed form fell back to an unstyled plain form. This repoints both the default and block_1 displays to vartheme_bs5_educare:views-exposed-filters via dotted-leaf simpleConfigUpdate paths, so the exposed form renders through the site template theme's styled views-exposed-filters component and the Events filters look identical to News and Programs.
Verified on a fresh drush site:install recipes/educare and in the browser (Varbase functional testing suite breakpoints), logged out: the exposed form renders as a flex row through the theme SDC, input radius uses the small border-radius token, and the Apply Filter action is uppercase — matching the News and Programs filters, with no regression to either.
AI-Generated: Yes
Checkpoints
- File an issue about this project
- Addition/Change/Update/Fix to this project
- Testing to ensure no regression
- Automated unit/functional testing coverage
- Developer Documentation support on feature change/addition
- User Guide Documentation support on feature change/addition
- UX/UI designer responsibilities
- Accessibility and Readability
- Reviewed by a human
- Code review by maintainers
- Full testing and approval
- Credit contributors
- Review with the product owner
- Update Release Notes
- Release