Fixed title update.
This commit is contained in:
parent
ff5d44bd24
commit
0ebd0346b7
1 changed files with 5 additions and 4 deletions
|
@ -38,11 +38,12 @@ class App.TicketZoom extends App.Controller
|
|||
|
||||
meta: =>
|
||||
return if !@ticket
|
||||
ticket = App.Collection.find( 'Ticket', @ticket.id )
|
||||
meta =
|
||||
url: @url()
|
||||
head: @ticket.title
|
||||
title: '#' + @ticket.number + ' - ' + @ticket.title
|
||||
id: @ticket.id
|
||||
head: ticket.title
|
||||
title: '#' + ticket.number + ' - ' + ticket.title
|
||||
id: ticket.id
|
||||
|
||||
url: =>
|
||||
'#ticket/zoom/' + @ticket.id
|
||||
|
|
Loading…
Reference in a new issue