drupal - Enabling a Feature via Drush -


when enable feature through site ui, goes expected.

however, when enable feature drush drush pm-enable, following don't happen:

  • strongarm configurations not applied
  • module_disable (in new custom module) not performed

why this?

looks had conflict in 2 features. fine now.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -