From 685760ed085d3144511b4a56e2b23dadc6e62c1c Mon Sep 17 00:00:00 2001 From: Giovane Date: Mon, 25 Jan 2016 16:25:26 -0200 Subject: Enable attachments on inline compose #579 - Extracts the attachents list template to a partial - Enable attachments on reply, reply all and forward --- web-ui/app/js/mixins/with_compose_inline.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web-ui/app/js/mixins/with_compose_inline.js') diff --git a/web-ui/app/js/mixins/with_compose_inline.js b/web-ui/app/js/mixins/with_compose_inline.js index b39201ae..83a1a1fb 100644 --- a/web-ui/app/js/mixins/with_compose_inline.js +++ b/web-ui/app/js/mixins/with_compose_inline.js @@ -48,6 +48,7 @@ define( .cc(this.attr.recipientValues.cc) .bcc(this.attr.recipientValues.bcc) .body(this.select('bodyBox').val()) + .attachment(this.attr.attachments) .tag(tag); }; -- cgit v1.2.3