Problem/Motivation
When command "drush purge-control disable-purge" is used as a result user see:
[notice] Purging is disabled
[success] Purging is disabled.
When command "drush purge-control enable-purge" is used as a result user see:
[notice] Purging is enabled
[success] Purging is enabled.
Repeated messages confuse users. One message should be shown only.
| Comment | File | Size | Author |
|---|---|---|---|
| purge_control_drush.png | 47.35 KB | sinn |
Issue fork purge_control-3239994
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
sinn commentedPR is provided. I've tried to do all messages consistent, so they are all of type "notice" with dot at the end.
Comment #5
guptahemant commentedhi @sinn
Thank you for highlighting the use case and providing the solution. I have merged the code in 1.x branch.