Problem/Motivation

We have kernel tests that enable geolocation,geolocation_google_maps and geolocation_address modules. The test results in the following errors:

Drupal\Core\Config\Schema\SchemaIncompleteException: 
Schema errors for core.entity_view_display.node.event.default with the following errors: 
core.entity_view_display.node.event.default:content.location.settings.centre.fixed_boundaries.settings.north missing schema, 
core.entity_view_display.node.event.default:content.location.settings.centre.fixed_boundaries.settings.east missing schema, 
core.entity_view_display.node.event.default:content.location.settings.centre.fixed_boundaries.settings.south missing schema, 
core.entity_view_display.node.event.default:content.location.settings.centre.fixed_boundaries.settings.west missing schema, 
core.entity_view_display.node.event.default:content.location.settings.centre.fixed_value.settings.location_option_id missing schema, 
core.entity_view_display.node.event.default:content.location.settings.centre.ipstack.settings.access_key missing schema, 
core.entity_view_display.node.event.default:content.location.settings.centre.ipstack.settings.location_option_id missing schema, 
core.entity_view_display.node.event.default:content.location.settings.centre.freeogeoip.settings.location_option_id missing schema

Proposed resolution

Write missing schema information.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

CommentFileSizeAuthor
#2 3095877-2.patch3.7 KBmbovan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mbovan created an issue. See original summary.

mbovan’s picture

Status: Active » Needs review
FileSize
3.7 KB

These schema definitions are fixing the errors for us.

Chris Matthews’s picture

  • mbovan authored aea6521 on 8.x-3.x
    Issue #3095877 by mbovan: Missing schema definitions
    
ChristianAdamski’s picture

Status: Needs review » Fixed

Thank you!

Status: Fixed » Closed (fixed)

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