diff options
author | Lisa Junger <ljunger@thoughtworks.com> | 2015-03-20 16:30:48 +0100 |
---|---|---|
committer | Lisa Junger <ljunger@thoughtworks.com> | 2015-03-20 16:48:15 +0100 |
commit | f6d676f39b8b1c6f79069964714f81adaa00ff5d (patch) | |
tree | e24f3eb44d7cacab0a06acf206cff9f96db0fe54 /web-ui/app/js/mixins | |
parent | 28917526fd8111483cfaf6cfb0ffe714f9ae9f1c (diff) |
fix: send button no longer stuck on sending for invalid email addresses.
-Issue #189
Diffstat (limited to 'web-ui/app/js/mixins')
-rw-r--r-- | web-ui/app/js/mixins/with_mail_edit_base.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/js/mixins/with_mail_edit_base.js b/web-ui/app/js/mixins/with_mail_edit_base.js index 3332da91..9942e747 100644 --- a/web-ui/app/js/mixins/with_mail_edit_base.js +++ b/web-ui/app/js/mixins/with_mail_edit_base.js @@ -136,6 +136,7 @@ define( events.ui.userAlerts.displayMessage, {message: i18n.get('One or more of the recipients are not valid emails')} ); + this.trigger(events.mail.send_failed); } }; |