Fixed issue #1913 and #1914: Given template parameters for rendering ticket create view are not displayed.
This commit is contained in:
parent
7954ee0dce
commit
e48ca057fd
1 changed files with 1 additions and 2 deletions
|
@ -220,8 +220,7 @@ class App.TicketCreate extends App.Controller
|
|||
|
||||
renderQueue: (template = {}) =>
|
||||
localeRender = =>
|
||||
@render(options: template)
|
||||
@render()
|
||||
@render(template)
|
||||
App.QueueManager.add(@queueKey, localeRender)
|
||||
return if !@formMeta
|
||||
App.QueueManager.run(@queueKey)
|
||||
|
|
Loading…
Reference in a new issue