Update current task title after ticket loading failed.
This commit is contained in:
parent
8a885f22ab
commit
884616088b
1 changed files with 3 additions and 0 deletions
|
@ -133,6 +133,9 @@ class App.TicketZoom extends App.Controller
|
|||
status: status
|
||||
detail: detail
|
||||
)
|
||||
|
||||
# update current task title
|
||||
App.Event.trigger 'task:render'
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue