Problem/Motivation
The views field that was introduced in #3211814: Views integration for authmap table does not have a config schema.
Steps to reproduce
- Install views and externalauth
- Install config_inspector
- See in the status report that the config schema for view.view.authmap contains errors
Proposed resolution
Add a config schema for the authmap_link_delete views field.
Remaining tasks
Create MR.
User interface changes
None.
API changes
None.
Data model changes
None.
Issue fork externalauth-3280683
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
bartlangelaanPlease see MR !7.
Comment #4
tvoesenek commentedVerified and tested the changes from #3, looks good to me.
Comment #6
svendecabooterThanks Bart, I have committed the change.
Comment #8
oneliner commentedschema file import, as a fix for the bug, now fails to import with error
The import failed due to the following reasons:
Unexpected error during import with operation create for externalauth.schema: views.field.authmap_link_delete key contains a dot which is not supported.