Problem/Motivation
Views configurations using the geofield_google_map display are producing "The site's configuration does not match the associated schema" errors on /admin/reports/status - "Missing schema" is listed as the problem on individual configs.
Steps to reproduce
Install and enable config_inspector and visit your Status report page (/admin/reports/status) to see error messages.
Proposed resolution
Modify geofield_map/config/schema/geofield_map.schema.yml to include a schema for views.style.geofield_google_map.
Remaining tasks
I'll make a patch that adds this schema.
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | interdiff_2-4.txt | 353 bytes | kasey_mk |
| #4 | schema_views-3295400-4.patch | 6.84 KB | kasey_mk |
Comments
Comment #2
kasey_mk commentedThis patch adds a schema for views.style.geofield_google_map
My views config yml files needed to be adjusted to account for values being properly defined, e.g., for boolean fields
0needed to becomefalse, etc.Comment #3
kasey_mk commentedComment #4
kasey_mk commentedAdding entity_source_submit to patch from #2
Comment #6
itamair commentedthanks @kasey_mk,
your patch taken as reference for latest commit: https://git.drupalcode.org/project/geofield_map/-/commit/51bc89dde08f6f7...
that is going to fix this.