In Thunder distribution we are adding configuration testing and validation after distribution is installed. We want to ensure that configurations are always up-to-date with provided default configs and schemas. Here is related ticket: #2854570: Test installed configuration with configurations provided in files.

Problem/Motivation

Currently after install of diff module, imported configuration is not same as provided configuration in yaml files and it should be.

Way to reproduce it:
1. install module on clean installation of drupal + diff
2. install config_update and config_update_ui module
3. with config_update_ui module it's possible to see differences in configuration page
-> after clean install there should not be any difference between active configuration and original configuration (from yaml files)

Proposed resolution

All what is needed is new export of configuration files, so that they are in sync with active configuration.

CommentFileSizeAuthor
#2 2854581_2.patch355 bytesmtodor
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mtodor created an issue. See original summary.

mtodor’s picture

FileSize
355 bytes

Here is patch with adjusted original configuration.

mtodor’s picture

Status: Active » Needs review

miro_dietiker’s picture

Status: Needs review » Fixed

Thank you, fixed.

Status: Fixed » Closed (fixed)

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