Skip to content

Commit

Permalink
Fixed issue #1913 and #1914: Given template parameters for rendering …
Browse files Browse the repository at this point in the history
…ticket create view are not displayed.
  • Loading branch information
thorsteneckel committed Apr 3, 2018
1 parent 7954ee0 commit e48ca05
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -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)
Expand Down

0 comments on commit e48ca05

Please sign in to comment.