Problem/Motivation
The respect filter options do not appear anymore since newer versions of config_ignore do not rely on Config Filter as a requirement.
Steps to reproduce
Proposed resolution
Change 'config_filter' references to 'config_ignore'. This should work for older existing sites and newer ones where config_filter won't be present.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork config_patch-3497034
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 #2
anish.ir commentedWorking on it.
Comment #4
anish.ir commentedHey,
I have changed the 'config_filter' references to 'config_ignore'. I think this will work for both - older sites containing config_filter and the new ones where config_filter is not present.
Please have a look.
Thank you !
Comment #5
shivam_tiwari commentedI checked MR 7, it looks fine to me. Moving it to RTBC.
Comment #8
ahebrank commentedComment #9
hchonovI started getting this error
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "config_ignore.storage_factory". in Drupal\Component\DependencyInjection\Container->get() (line 159 of /var/www/html/web/core/lib/Drupal/Component/DependencyInjection/Container.php).with backtrace
Where is that service that you are using with the recent changes from this issue
config_ignore.storage_factorycoming from?Comment #10
hchonovComment #11
ahebrank commentedYeah, that's unfortunate, this should not have been RTBC. The service is part of config_filter, so I'll revert this change and then we can figure out how to move forward to best support config_ignore.
Comment #13
ahebrank commentedI've verified that `config_ignore` settings are respected by `config_patch` without the module doing anything, so closing as obsolete. Seeing as `config_filter` is marked deprecated, I've removed references to that module on 3.0.x (thought about an update hook to remove the `respect_filter` setting but don't think it matters that much).