diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-17 15:15:22 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-17 15:15:22 +0000 |
commit | 2a6300a15aa3e96cdcb2d5efc22c00255d246afd (patch) | |
tree | 4d53125a14c1c29350fe439d2265657e3b4873bb /app/controllers | |
parent | 1972a51d40cb3be70fa0e8de3d6b4b48add5cb80 (diff) | |
download | gitlab-ce-2a6300a15aa3e96cdcb2d5efc22c00255d246afd.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/groups_controller.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb index bd6d9b835c3..b7578bcf465 100644 --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -38,10 +38,6 @@ class GroupsController < Groups::ApplicationController push_force_frontend_feature_flag(:work_items, group.work_items_feature_flag_enabled?) end - before_action only: :show do - push_frontend_feature_flag(:show_group_readme, group) - end - helper_method :captcha_required? skip_cross_project_access_check :index, :new, :create, :edit, :update, :destroy, :projects |