Updating config_filter 2.x (required by config ignore) is causing issues with config split making the upgrade to 8.8 not possible, config ignore reverted to using config_filter 1x in the latest release to avoid issues.
Proposed solution:
Remove config_filter from module requirements and let config_ignore handle its dependencies.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | varbase_core-remove_config_ignore-3104904-2.patch | 1.06 KB | josebc |
Comments
Comment #2
josebc commentedComment #3
josebc commentedComment #4
rajab natshahComment #5
rajab natshahThanks, Jose for reporting and patching!
Agrees with the proposed change
as Config Filter
8.x-2.0-rc1 released 31 October 2019
Bridge between config filter and Drupal 8.8 core
---
if we call latest Config Ignore 8.x-2.2 it will call 1.*
But Config Ignore 8.2.0-rc2 will let us call Config Filter 8.x-2.0-rc1
https://git.drupalcode.org/project/config_ignore/blob/8.x-2.0-rc2/compos...
https://git.drupalcode.org/project/config_ignore/blob/8.x-2.2/composer.json
Comment #8
rajab natshahComment #9
rajab natshahComment #10
rajab natshah