After update to version 3 the config ignore do not ignore the first element

Created on 30 January 2024, 10 months ago

Problem/Motivation

After update from 2.4 to 3.2 the first key from the ignore list is not being ignored.
The mode operation is simple.
config_ignore.settings:

mode: simple
ignored_config_entities:
  - 'mymodule_xml_sender.*'
  - webform.settings
  - 'webform.webform.*'
  - ~webform.webform.contact

We tried with the complete chain "mymodule_xml_sender.webform_form", using wildcards "*xml_sender*", but nothing seems to work.

The mymodule_xml_sender ignore is on the config split:

adding:
  ignored_config_entities:
    - webform.settings
    - 'mymodule_xml_sender.*'
removing: {  }

Seems like the config_ignore settings were added after importing the config_split patch.
After moving the configuration to the default folder with the original configuration, the config_ignore takes the right configuration.

🐛 Bug report
Status

Closed: works as designed

Version

3.0

Component

Code

Created by

🇪🇸Spain eduardo morales alberti Spain, 🇪🇺

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024