BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
a9095280
Unverified
Commit
a9095280
authored
Jun 25, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UsersSelect is part of filter so I rather keep js executed in partial
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
304386aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
dispatcher.js.coffee
app/assets/javascripts/dispatcher.js.coffee
+0
-7
_filter.html.haml
app/views/shared/issuable/_filter.html.haml
+2
-0
No files found.
app/assets/javascripts/dispatcher.js.coffee
View file @
a9095280
...
...
@@ -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'
...
...
app/views/shared/issuable/_filter.html.haml
View file @
a9095280
...
...
@@ -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()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment