Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
d1b2e7b4
Commit
d1b2e7b4
authored
Apr 19, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trigger filtering after ajax is complete in dropdown
Closes #15186
parent
53a1d705
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
app/assets/javascripts/gl_dropdown.js.coffee
app/assets/javascripts/gl_dropdown.js.coffee
+3
-0
app/views/shared/issuable/_sidebar.html.haml
app/views/shared/issuable/_sidebar.html.haml
+1
-0
No files found.
app/assets/javascripts/gl_dropdown.js.coffee
View file @
d1b2e7b4
...
@@ -154,6 +154,9 @@ class GitLabDropdown
...
@@ -154,6 +154,9 @@ class GitLabDropdown
@
fullData
=
data
@
fullData
=
data
@
parseData
@
fullData
@
parseData
@
fullData
if
@
options
.
filterable
@
filterInput
.
trigger
'keyup'
}
}
# Init filterable
# Init filterable
...
...
app/views/shared/issuable/_sidebar.html.haml
View file @
d1b2e7b4
...
@@ -118,6 +118,7 @@
...
@@ -118,6 +118,7 @@
Manage labels
Manage labels
-
else
-
else
View labels
View labels
=
dropdown_loading
=
render
"shared/issuable/participants"
,
participants:
issuable
.
participants
(
current_user
)
=
render
"shared/issuable/participants"
,
participants:
issuable
.
participants
(
current_user
)
-
if
current_user
-
if
current_user
...
...
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