From cf85de264d049f1f8ff14b23f38f8331ae4c60fa Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 6 Nov 2019 21:06:44 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/controllers/groups_controller.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/controllers/groups_controller.rb') diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb index 31c25250745..bc02e8ba504 100644 --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -25,6 +25,10 @@ class GroupsController < Groups::ApplicationController before_action :user_actions, only: [:show] + before_action do + push_frontend_feature_flag(:vue_issuables_list, @group) + end + skip_cross_project_access_check :index, :new, :create, :edit, :update, :destroy, :projects # When loading show as an atom feed, we render events that could leak cross -- cgit v1.2.1