Problem/Motivation
The config filter may end up overriding a previous filter when this may not be the intention
Steps to reproduce
Install another config filter plugin with weight less than 101 (e.g. config_ignore). Set it up so it ignores an existing config with no language collection.
Enable this module and perform a config export, it will delete the previously ignored config.
Proposed resolution
Return FALSE if previous filter does not allow delete.
Issue fork idlc-3291945
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
ericmaster commentedComment #6
abu-zakham commented