Lost ticket lists if second tab with other user was opened.

This commit is contained in:
Martin Edenhofer 2014-09-21 15:19:00 +02:00
parent 2028a564b1
commit 23dfce1191

View file

@ -7,7 +7,7 @@ class App.DashboardTicketSearch extends App.Controller
@item_from = 1 @item_from = 1
@navupdate '#' @navupdate '#'
@key = @name + @Session.get('id') @key = @name + Math.floor( Math.random() * 999999 ).toString()
# render # render
@fetch() @fetch()