-
Notifications
You must be signed in to change notification settings - Fork 397
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
Features Import Fails #1679
Comments
Can you please provide the output? |
Yeah, I'm working on a fix for this now... The issue is that the features import just flat out doesn't happen. blt setup:config-import
this one can easily be fixed by swapping to features-import-all and i will be pushing a PR for this soon. note however that the data model in the example files is wrong, as this code expects an array of bundles not a single bundle (so this will not run with a single bundle). (there was also a typo that was preventing the code from running at all). blt setup:drupal:install
there is no features import during installation, which will cause tests to fail in travis as critical features are missing. |
During the configuration the Features import is not running properly due to improper code logic and faulty drush commands.
Despite having features set as the CM strategy, features are not being imported during the installation of Drupal or the refreshing of Drupal.
The text was updated successfully, but these errors were encountered: