Update current task title after ticket loading failed.

This commit is contained in:
Martin Edenhofer 2015-01-14 08:49:47 +01:00
parent 8a885f22ab
commit 884616088b

View file

@ -133,6 +133,9 @@ class App.TicketZoom extends App.Controller
status: status
detail: detail
)
# update current task title
App.Event.trigger 'task:render'
)