summaryrefslogtreecommitdiff
path: root/app/controllers/groups_controller.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-06 21:06:44 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-06 21:06:44 +0000
commitcf85de264d049f1f8ff14b23f38f8331ae4c60fa (patch)
tree73188488af9f2a6d40df4f62b3d84dc6536e2ffc /app/controllers/groups_controller.rb
parentbcdcff749598f4275f7c250c07cbfe632cfe7fdb (diff)
downloadgitlab-ce-cf85de264d049f1f8ff14b23f38f8331ae4c60fa.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/groups_controller.rb')
-rw-r--r--app/controllers/groups_controller.rb4
1 files changed, 4 insertions, 0 deletions
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