Problem/Motivation

The module introduces new configs to the views, but doesn't declare a config schema for it.

Steps to reproduce

Install the Configuration Inspector module and run the following on an affected views config.

drush config:inspect views.view.events --detail

-------------------------------------------------------------------------------------------------------------------------------------------- ---------------- ------------- ------
  Key                                                                                                                                          Status           Validatable   Data
 -------------------------------------------------------------------------------------------------------------------------------------------- ---------------- ------------- ------
  views.view.events:display.default.display_options.exposed_form.options.bef.filter.combine.options_show_only_used                             missing schema
  views.view.events:display.default.display_options.exposed_form.options.bef.filter.combine.options_show_only_used_filtered                    missing schema
  views.view.events:display.default.display_options.exposed_form.options.bef.filter.combine.options_hide_when_empty                            missing schema

Proposed resolution

Add config schema.

Remaining tasks

Provide issue fork/patch.

User interface changes

N/A

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

codebymikey created an issue. See original summary.

codebymikey’s picture

Issue summary: View changes
Status: Active » Needs review

  • codebymikey committed 1bd876fa on 3.0.x
    Issue #3385927: Add missing config schema for new configurations...
stomusic’s picture

Looks good, merged, tnx

stomusic’s picture

Status: Needs review » Fixed
stomusic’s picture

Status: Fixed » Closed (fixed)