Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not rely on file path for cim and cex #3214

Closed
bircher opened this issue Dec 6, 2017 · 1 comment
Closed

Do not rely on file path for cim and cex #3214

bircher opened this issue Dec 6, 2017 · 1 comment

Comments

@bircher
Copy link
Contributor

bircher commented Dec 6, 2017

Several issues have been reported on drupal.org with projects that use Config Filter.
Config Filter decorates the config.storage.sync service to enhance cores configuration management.
This works with drush since #2471 but it seems that with the global drush it has stopped working.

Issues on drupal.org:

@greg-1-anderson mentioned on slack that this could be the result of using the Path component.

Proposed solution: Pass around the argument to the command or the config storage object rather than the file path to the sync storage between method calls for config import and export.
Ideally we could also add a test that asserts the usage of the core service when no argument is passed to the commands.

@greg-1-anderson
Copy link
Member

Is it known which path or paths might be getting altered?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants