Problem/Motivation
When using the list_item processor the ConfigSchemaChecker validation fails with errors like:
Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for facets.facet.lifecycle with the following errors: facets.facet.lifecycle:processor_configs.list_item.settings missing schema in Drupal\Core\Config\Development\ConfigSchemaChecker->onConfigSave() (line 98 of /mnt/files/local_mount/build/web/core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php).
Steps to reproduce
- Enable ConfigSchemaChecker
- Enable the list_item processor in a facet filter by enabling the 'List item label' setting.
- Try to save the form.
- Check the missing schema error in the 'Recent log messages'
Proposed resolution
Add missing processor schema definitions.
Issue fork facets-3607094
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3607094-missing-config-schema
compare
Comments
Comment #2
gabor.tortei commentedThe issue is already fixed in the version 3.0.3.