Fixed not reloading ticket on merge with open tabs.
This commit is contained in:
parent
7f67e6f00a
commit
9387acd22e
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class App.TicketZoom extends App.Controller
|
||||||
|
|
||||||
# fetch new data if triggered
|
# fetch new data if triggered
|
||||||
@bind(
|
@bind(
|
||||||
'Ticket:update'
|
'Ticket:update Ticket:touch'
|
||||||
(data) =>
|
(data) =>
|
||||||
|
|
||||||
# check if current ticket has changed
|
# check if current ticket has changed
|
||||||
|
|
Loading…
Reference in a new issue