Uninstall config_filter now we use core API

Created on 4 March 2020, over 4 years ago
Updated 13 January 2024, 6 months ago

Problem/Motivation

#3099674 β†’ removed the composer dependency for config_filter:

	   "require": {
-    "drupal/config_filter": "1.*"
+    "drupal/core": "^8.8"
+  },
+  "require-dev": {
+    "drush/drush": "~10"
   }

A lot of sites might end up with config_filter still enabled without needing it.

Proposed resolution

If config_ignore is no longer compatible with config_filter we should add a confict section to composer.

Otherwise we could add a hook_update that uninstalls config_filter so people know they can disable/remove it.

πŸ“Œ Task
Status

Closed: won't fix

Version

3.0

Component

Code

Created by

πŸ‡§πŸ‡ͺBelgium mpp

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

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024