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

Fix issue with Colorizer configuration dependencies. #213

Closed
jacine opened this issue Jul 15, 2019 · 2 comments
Closed

Fix issue with Colorizer configuration dependencies. #213

jacine opened this issue Jul 15, 2019 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@jacine
Copy link
Contributor

jacine commented Jul 15, 2019

Describe the bug
Configuration import validation fails.

To Reproduce
Steps to reproduce the behavior:

  1. Run drush cex -y to export update config.
  2. Run drush cim -y which should validate and tell you there are no pending changes.
  3. See error with configuration validation:
Drupal\Core\Config\ConfigImporterException: There were errors validating the config synchronization.                              [error]
Configuration <em class="placeholder">customizer.theme.apigee_kickstart</em> depends on the <em
class="placeholder">customizer</em> extension that will not be installed after import. in
Drupal\Core\Config\ConfigImporter->validate() (line 737 of
/Users/jacine/Sites/kickstart_m10n/web/core/lib/Drupal/Core/Config/ConfigImporter.php).
The import failed due for the following reasons:                                                                                  [error]
Configuration <em class="placeholder">customizer.theme.apigee_kickstart</em> depends on the <em
class="placeholder">customizer</em> extension that will not be installed after import.

Expected behavior
Configuration should import successfully.

@jacine jacine added the bug Something isn't working label Jul 15, 2019
@jacine jacine added this to the 8.x-1.4 milestone Jul 15, 2019
@shadcn
Copy link
Contributor

shadcn commented Jul 16, 2019

I added a fix for this in #218

@jacine
Copy link
Contributor Author

jacine commented Jul 16, 2019

Fixed by #217.

@jacine jacine closed this as completed Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants