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
77a24965
Commit
77a24965
authored
Apr 05, 2016
by
Zeger-Jan van de Weg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add author id to the right selector
parent
06e473e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
app/assets/javascripts/users_select.js.coffee
app/assets/javascripts/users_select.js.coffee
+2
-1
No files found.
app/assets/javascripts/users_select.js.coffee
View file @
77a24965
...
...
@@ -12,6 +12,7 @@ class @UsersSelect
showNullUser
=
$dropdown
.
data
(
'null-user'
)
showAnyUser
=
$dropdown
.
data
(
'any-user'
)
firstUser
=
$dropdown
.
data
(
'first-user'
)
@
authorId
=
$dropdown
.
data
(
'author-id'
)
selectedId
=
$dropdown
.
data
(
'selected'
)
defaultLabel
=
$dropdown
.
data
(
'default-label'
)
issueURL
=
$dropdown
.
data
(
'issueUpdate'
)
...
...
@@ -212,7 +213,7 @@ class @UsersSelect
showAnyUser
=
$
(
select
).
data
(
'any-user'
)
showEmailUser
=
$
(
select
).
data
(
'email-user'
)
firstUser
=
$
(
select
).
data
(
'first-user'
)
$
(
select
).
select2
placeholder
:
"Search for a user"
multiple
:
$
(
select
).
hasClass
(
'multiselect'
)
...
...
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