From 7e016538744011dbabd66c71351185f4052a4dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 27 Dec 2018 00:40:34 -0500 Subject: [PATCH] Manually enable Diff module in core.extension.yml to prevent errors on import like: [error] Drupal\Core\Config\ConfigImporterException: There were errors validating the config synchronization. Configuration diff.settings depends on the Diff module that will not be installed after import. in Drupal\Core\Config\ConfigImporter->validate() (line 737 of /var/www/drutopia/web/core/lib/Drupal/Core/Config/ConfigImporter.php). Ref #139 --- config/sync/core.extension.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index c900206..2db2de1 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -37,6 +37,7 @@ module: datetime_range: 0 dblog: 0 default_content: 0 + diff: 0 drutopia_action: 0 drutopia_article: 0 drutopia_blog: 0