- 🇳🇱Netherlands Lendude Amsterdam
Closing as a duplicate of 🐛 Removing filter and providing module breaks deployment Active
FilterUninstallValidator blocks config syncing when uninstalling a module that is currently required in a filter, even if it's no longer required by the config being sync'ed into the system.
Add a plugin to a filter that is supplied by a module (ie. markdown)
Export the config
Import this config in a different install
Remove the plugin from the filter and uninstall the module that provides it
Export this config
Import this config in the other install
Expected result:
This works, since the config being imported it valid
Actual result:
This fails because FilterUninstallValidator blocks the uninstall of the module since it is required by the filter in the live config
Don't validate in FilterUninstallValidator when syncing config, assume the incoming config is valid
Agree on a path.
None
Maybe
Maybe
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing as a duplicate of 🐛 Removing filter and providing module breaks deployment Active