diff options
author | NavaL <ayoyo@thoughtworks.com> | 2016-02-12 14:53:27 -0200 |
---|---|---|
committer | NavaL <ayoyo@thoughtworks.com> | 2016-02-12 14:53:27 -0200 |
commit | 78925e0332bbc41ed37e27d506be192abdb7124e (patch) | |
tree | f761d0ff19afebb6e219219179a1045f03c16196 /web-ui/app/js/page | |
parent | f0145903a188a6eead1d07b188603488fd5af1e6 (diff) |
Revert "Revert "Issue #549 - Implemented UI part of remote attachments""
This reverts commit 48144118cf0e861ad1ca0ae7900a8cd12d4313db.
Diffstat (limited to 'web-ui/app/js/page')
-rw-r--r-- | web-ui/app/js/page/events.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web-ui/app/js/page/events.js b/web-ui/app/js/page/events.js index b1073437..1ec27c46 100644 --- a/web-ui/app/js/page/events.js +++ b/web-ui/app/js/page/events.js @@ -148,7 +148,8 @@ define(function () { startUploadAttachment: 'mail:start:upload:attachment', failedUploadAttachment: 'mail:failed:upload:attachment', appendAttachment: 'mail:append:attachment', - resetAttachments: 'mail:reset:attachments' + resetAttachments: 'mail:reset:attachments', + removeAttachment: 'mail:remove:attachment' }, mails: { available: 'mails:available', |