As per Drush docs "Your hook will be called every time pm-enable is executed; you should only download dependencies when your module is being enabled. Respect the --skip flag, and take no action if it is present."

Unfortunately, CKEditor module doesn't respect --skip option.

CommentFileSizeAuthor
#1 ckeditor-respect-drush-skip-option-1914496-1.patch452 bytesAnonymous (not verified)

Comments

Anonymous’s picture

Status: Active » Needs review
StatusFileSize
new452 bytes

Here is the patch against latest 7.x-1.x-dev which resolves this issue. Please review and commit. Thanks!

wwalc’s picture

Issue summary: View changes
Status: Needs review » Fixed

Thanks!

  • Commit 5da829d on 7.x-1.x authored by Danylo Dragan, committed by wwalc:
    Issue #1914496 by Danylo Dragan: Drush integration code doesn't respect...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.