Currently, config_ignore is depending on config_filter 1.x. which is not compatible with Drupal 8.8.

Comments

JeroenT created an issue. See original summary.

jeroent’s picture

StatusFileSize
new290 bytes

Patch attached, makes it possible to download config_ignore 2.x. Still have to check if the module is compatible.

jeroent’s picture

Status: Active » Needs review
jeroent’s picture

StatusFileSize
new294 bytes
jeroent’s picture

Issue summary: View changes
jeroent’s picture

StatusFileSize
new286 bytes

Let' see if the tests still pass when config_filter 2.0 is used.

jeroent’s picture

StatusFileSize
new847 bytes
jeroent’s picture

StatusFileSize
new2.19 KB
jeroent’s picture

jeroent’s picture

StatusFileSize
new2.47 KB

Let's see what happens when we run the tests for config_filter v2.

jkswoods’s picture

Status: Needs review » Needs work

Having issues with this and 8.8. The patch applies fine, however, when using the new method for defining a config directory #3018145: The sync directory is defined in $settings and not $config_directories, the config synchronisation page fails to load. Perhaps test coverage could be improved to handle such a case (check if the config synchronisation page loads okay).

I've also tested the patch in #3099674: Create 3.x version using the new Drupal 8.8 API and although it has some larger changes it works fine.

jeroent’s picture

Setting back to needs review so the maintainer can decide in which direction we're heading. Keep or remove the dependency on config_split. If the decision is to remove the dependency on config_split, then this issue can be closed as a duplicate of #3099674: Create 3.x version using the new Drupal 8.8 API

jeroent’s picture

Status: Needs work » Needs review
claudiu.cristea’s picture

I'd prefer #3099674: Create 3.x version using the new Drupal 8.8 API as simplifies the module dependency and make use of core native capabilities.

rajab natshah’s picture

+1

jeroent’s picture

Status: Needs review » Closed (duplicate)