With Drupal 8.9.2 and configuration split 8.x-1.4 and config filter 8.x-1.5 all works fine.

With Drupal 9.0.2 and configuration split 8.x-1.5-rc3 and config filter 8.x-1.5 splits are not created.

Then upgrade to config filter 8.x-2.0-rc1 and splits are created again.

Obviously there is a dependency that is not solved with composer.

Comments

ecvandenberg created an issue. See original summary.

afinnarn’s picture

I can confirm that "config filter 8.x-1.5 splits are not created." and "upgrade to config filter 8.x-2.0-rc1 and splits are created again." However, I didn't see any message about my "../config/dev" split directory while looking at CLI output.

gambry’s picture

Status: Active » Closed (duplicate)

I confirm the issue. It looks like config_filter code is not called at all using the combination Drupal 9.0.2 + config_filter 2.5 + config_split 1.5-rc3.
I put breakpoint pretty much everywhere on config_filter code and it's never called.

Then I found out #3162628: Config filter ignored due decorator not being loaded, so closing this in favour of the other one.