- Issue created by @josh.fabean
- @joshfabean opened merge request.
- Status changed to Needs work
over 1 year ago 3:18pm 4 August 2023 - π¦π·Argentina hanoii π¦π·UTC-3
Thanks for the bug report and the MR. Although it's looks like pretty safe, I am having trouble reproducing it.
drush eval "var_dump(\Drupal::config('config_ignore_auto.settings')->get('ignored_config_entities'));" array(0) { }
The configuration entries should really never be null or empty string as they are set by default through the initial config.
Also, whitelist_config_entities should never be null because core.extensions should never be auto-ignored.
I rather try to understand why this happened to you, it doesn't look like a bug on the module
- Status changed to Closed: cannot reproduce
over 1 year ago 11:56pm 18 August 2023 - π¦π·Argentina hanoii π¦π·UTC-3
I am gonna close this one, it doesn't look as an issue, trying out on https://simplytest.me/configure?project=config_ignore_auto just works.