Problem/Motivation
The selection handlers have no config schema. As a result, data types in the config export are out of sync between the default selection handler and the unpublished version.
Steps to reproduce
- Export configuration with the default selection handler
- Switch to unpublished selection handler
- Export configuration again
Proposed resolution
Add config schema for selection handlers
Remaining tasks
- Write a merge request
- Review
- Commit
User interface changes
None
API changes
None
Data model changes
Data types in the config export are in sync with the default selection handler
Issue fork entity_reference_unpublished-3573088
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
Comment #3
idebr commentedThe merge request adds a config schema for the unpublished selection handlers
Comment #5
dieterholvoet commentedGood catch! Thanks.