Skip to content
Snippets Groups Projects
Commit eb5f4c40 authored by Valery Sizov's avatar Valery Sizov
Browse files

Merge branch 'remove-groups-finder' into 'master'

Removed usage of GroupsFinder

Fixes #196

See merge request !118
parents 84e6a93f b487fb18
No related branches found
No related tags found
3 merge requests!8889WIP: Port of 25624-anticipate-obstacles-to-removing-turbolinks to EE.,!7795Asciidoctor plantuml,!7793Add support for PlantUML diagrams in Asciidoc.
Loading
Loading
@@ -80,7 +80,7 @@ class GroupsController < Groups::ApplicationController
end
 
def autocomplete
groups = GroupsFinder.new.execute(current_user).search(params[:search]).limit(params[:per_page])
groups = Group.search(params[:search]).limit(params[:per_page])
 
render json: groups.to_json
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment