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: =>
|
meta: =>
|
||||||
return if !@ticket
|
return if !@ticket
|
||||||
|
ticket = App.Collection.find( 'Ticket', @ticket.id )
|
||||||
meta =
|
meta =
|
||||||
url: @url()
|
url: @url()
|
||||||
head: @ticket.title
|
head: ticket.title
|
||||||
title: '#' + @ticket.number + ' - ' + @ticket.title
|
title: '#' + ticket.number + ' - ' + ticket.title
|
||||||
id: @ticket.id
|
id: ticket.id
|
||||||
|
|
||||||
url: =>
|
url: =>
|
||||||
'#ticket/zoom/' + @ticket.id
|
'#ticket/zoom/' + @ticket.id
|
||||||
|
|
Loading…
Reference in a new issue