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
Comments
Comment #2
mbovan commentedThese schema definitions are fixing the errors for us.
Comment #3
chris matthews commentedComment #5
christianadamski commentedThank you!