Added in-reply-to support.
This commit is contained in:
parent
d3cf99380d
commit
03100a42ad
1 changed files with 6 additions and 5 deletions
|
@ -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') )
|
||||
|
|
Loading…
Reference in a new issue