Lost ticket lists if second tab with other user was opened.
This commit is contained in:
parent
2028a564b1
commit
23dfce1191
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class App.DashboardTicketSearch extends App.Controller
|
|||
@item_from = 1
|
||||
@navupdate '#'
|
||||
|
||||
@key = @name + @Session.get('id')
|
||||
@key = @name + Math.floor( Math.random() * 999999 ).toString()
|
||||
|
||||
# render
|
||||
@fetch()
|
||||
|
|
Loading…
Reference in a new issue