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.

Comments

Kasey_MK created an issue. See original summary.

kasey_mk’s picture

StatusFileSize
new6.76 KB

This 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 0 needed to become false, etc.

kasey_mk’s picture

Status: Active » Needs review
kasey_mk’s picture

StatusFileSize
new6.84 KB
new353 bytes

Adding entity_source_submit to patch from #2

  • itamair committed 51bc89dd on 11.0.x
    [#3295400] fix: Missing schema for geofield_google_map views style...
itamair’s picture

Status: Needs review » Fixed

thanks @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.

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

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