- Issue created by @djdevin
- πΊπΈUnited States djdevin Philadelphia
Semi-related to https://github.com/drush-ops/drush/pull/5057
`drush en` on an already installed module says it will enable dependencies, but it doesn't.
Feature does not revert (enable) module dependencies, this was happening in the D7 version but does not happen in D9. I couldn't find an existing issue about this being intentionally changed/removed.
1. Create a feature and enable the module
2. Add a dependency to the module's .info.yml
3. Revert the feature
Module does not get enabled.
Enable any dependencies before running revert tasks.
Active
3.0
Code
Semi-related to https://github.com/drush-ops/drush/pull/5057
`drush en` on an already installed module says it will enable dependencies, but it doesn't.