Dont show blocked users in autocomplete
This commit is contained in:
parent
07a88d6699
commit
3b42c267a6
2 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ $ ->
|
|||
data: (term, page) ->
|
||||
search: term # search term
|
||||
per_page: 10
|
||||
active: true
|
||||
private_token: gon.api_token
|
||||
|
||||
results: (data, page) -> # parse the results into the format expected by Select2.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue