backdrop-contrib / backdrop-drush-extension

A set of commands and boot class for Drush and Backdrop CMS.
GNU General Public License v2.0
14 stars 18 forks source link

Command `drush dis` disables profiles with modules #139

Closed jenlampton closed 5 years ago

jenlampton commented 6 years ago

Today I tried to disable the ckeditor module using drush, and accidentally disabled the standard install profile too:

> drush dis ckeditor
The following projects will be disabled: standard,ckeditor.
    Do you want to disable the projects? (y/n): y

    Success: standard,ckeditor are disabled.

Content permissions have been rebuilt.        

Since neither standard (a profile) or ckeditor (a core module) can be enabled using drush, I ended up in a bit of a pickle!

serundeputy commented 5 years ago

I think this was addressed in #7 ... closing ... re-open if necessary.