- Issue created by @mei2020
- Status changed to Needs review
5 months ago 10:43pm 25 July 2024
https://www.drupal.org/project/selective_better_exposed_filters/issues/3... π Add missing config schema for new configurations provided by the module Fixed addresses 3 configs, but there is one more config "options_show_items_count", which we can find in SelectiveFilterBase.php.
Install the Configuration Inspector module and run the following on an affected views config.
drush config:inspect views.view.event_list --detail
β π€ Analyzingβ¦
Legend for Data:
β
β β Correct primitive type, detailed validation impossible.
β
β
β Correct primitive type, passed all validation constraints.
----------------------------------------------------------------------------------------------------------------------------------------------------- ---------------- ------------- ------
Key Status Validatable Data
----------------------------------------------------------------------------------------------------------------------------------------------------- ---------------- ------------- ------
views.view.event_list:display.default.display_options.exposed_form.options.bef.filter.combine.options_show_items_count missing schema
Add config schema.
N/A
Needs review
3.0
Code