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 = currentStore =
ticket: currentStoreTicket ticket: currentStoreTicket
article: article:
to: '' to: ''
cc: '' cc: ''
type: 'note' type: 'note'
body: '' body: ''
internal: '' internal: ''
in_reply_to: ''
currentParams = currentParams =
ticket: @formParam( @el.find('.edit') ) ticket: @formParam( @el.find('.edit') )
article: @formParam( @el.find('.article-add') ) article: @formParam( @el.find('.article-add') )