mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
Fixed user select failing tests on merge request
This commit is contained in:
@@ -221,7 +221,7 @@ class @UsersSelect
|
||||
multiple: $(select).hasClass('multiselect')
|
||||
minimumInputLength: 0
|
||||
query: (query) =>
|
||||
@users query.term, false, (users) =>
|
||||
@users query.term, @projectId?, (users) =>
|
||||
data = { results: users }
|
||||
|
||||
if query.term.length == 0
|
||||
|
||||
Reference in New Issue
Block a user