Skip to content
Snippets Groups Projects
Commit 6470cfee authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix dashboard event filter when navigate via turbolinks

parent 86874f00
No related branches found
No related tags found
2 merge requests!103705 2 stable,!4341Added wiki-page search for 5-2-stable, Fixed issue #4310
This commit is part of merge request !10370. Comments created here will be created in the context of that merge request.
Loading
@@ -27,7 +27,7 @@ class Dashboard
Loading
@@ -27,7 +27,7 @@ class Dashboard
else else
event_filters.splice index, 1 event_filters.splice index, 1
   
$.cookie "event_filter", event_filters.join(",") $.cookie "event_filter", event_filters.join(","), { path: '/' }
   
initSidebarTab: -> initSidebarTab: ->
key = "dashboard_sidebar_filter" key = "dashboard_sidebar_filter"
Loading
Loading
Loading
@@ -30,6 +30,7 @@
Loading
@@ -30,6 +30,7 @@
@disable = true @disable = true
   
initLoadMore: -> initLoadMore: ->
$(document).unbind('scroll')
$(document).endlessScroll $(document).endlessScroll
bottomPixels: 400 bottomPixels: 400
fireDelay: 1000 fireDelay: 1000
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment