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

Command icon 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

Ericmaster created an issue. See original summary.

ericmaster’s picture

Status: Active » Needs review

abu-zakham made their first commit to this issue’s fork.

  • abu-zakham committed c07ad6e on 1.0.x
    Issue #3291945: Returning false when previous filter does not allow...
abu-zakham’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.