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

UsersSelect is part of filter so I rather keep js executed in partial

parent 304386aa
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -107,13 +107,6 @@ class Dispatcher
new NamespaceSelect()
when 'dashboard'
shortcut_handler = new ShortcutsDashboardNavigation()
switch path[1]
when 'issues', 'merge_requests'
new UsersSelect()
when 'groups'
switch path[1]
when 'issues', 'merge_requests'
new UsersSelect()
when 'profiles'
new Profile()
when 'projects'
Loading
Loading
Loading
Loading
@@ -64,6 +64,8 @@
= button_tag "Update issues", class: "btn update_selected_issues btn-save"
 
:coffeescript
new UsersSelect()
$('form.filter-form').on 'submit', (event) ->
event.preventDefault()
Turbolinks.visit @.action + '&' + $(@).serialize()
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