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