Problem/Motivation

The views field that was introduced in #3211814: Views integration for authmap table does not have a config schema.

Steps to reproduce

  1. Install views and externalauth
  2. Install config_inspector
  3. 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.

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

bartlangelaan created an issue. See original summary.

bartlangelaan’s picture

Status: Active » Needs review

Please see MR !7.

tvoesenek’s picture

Status: Needs review » Reviewed & tested by the community

Verified and tested the changes from #3, looks good to me.

svendecabooter’s picture

Status: Reviewed & tested by the community » Fixed

Thanks Bart, I have committed the change.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

oneliner’s picture

schema 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.