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

Command icon 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:

Comments

gabor.tortei created an issue. See original summary.

gabor.tortei’s picture

Status: Active » Closed (duplicate)

The issue is already fixed in the version 3.0.3.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

gabor.tortei changed the visibility of the branch 3607094-missing-config-schema to hidden.