Skip to content
Snippets Groups Projects
Commit e48584f0 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Don't try to load a specific group for GroupsController#autocomplete action

Fixes #286.
parent 6b10319e
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
@@ -5,7 +5,7 @@ class GroupsController < Groups::ApplicationController
respond_to :html
 
skip_before_action :authenticate_user!, only: [:index, :show, :issues, :merge_requests]
before_action :group, except: [:index, :new, :create]
before_action :group, except: [:index, :new, :create, :autocomplete]
 
# Authorize
before_action :authorize_read_group!, except: [:index, :show, :new, :create, :autocomplete]
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