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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -