Added in-reply-to support.

This commit is contained in:
Martin Edenhofer 2015-10-13 13:41:13 +02:00
parent d3cf99380d
commit 03100a42ad

View file

@ -394,11 +394,12 @@ class App.TicketZoom extends App.Controller
currentStore =
ticket: currentStoreTicket
article:
to: ''
cc: ''
type: 'note'
body: ''
internal: ''
to: ''
cc: ''
type: 'note'
body: ''
internal: ''
in_reply_to: ''
currentParams =
ticket: @formParam( @el.find('.edit') )
article: @formParam( @el.find('.article-add') )