From 84d8828a60f44f2e5a6f08f2192782c30e25144f Mon Sep 17 00:00:00 2001 From: Jefferson Stachelski Date: Fri, 12 Feb 2016 18:03:30 -0200 Subject: enable remove attachment from forward email Issue #549 --- web-ui/app/js/mail_view/ui/forward_box.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'web-ui') diff --git a/web-ui/app/js/mail_view/ui/forward_box.js b/web-ui/app/js/mail_view/ui/forward_box.js index 5acef337..659968e5 100644 --- a/web-ui/app/js/mail_view/ui/forward_box.js +++ b/web-ui/app/js/mail_view/ui/forward_box.js @@ -64,8 +64,7 @@ define( this.convertToRemovableAttachments = function(attachments) { return attachments.map(function(attachment) { - attachment.removable = false; // don't show this button until the bug is fixed - attachment.received = true; + attachment.removable = true; return attachment; }); }; -- cgit v1.2.3