Skip to content

Commit 6ad86cc

Browse files
author
GitLab Bot
committed
Add latest changes from gitlab-org/gitlab@master
1 parent 12b23e2 commit 6ad86cc

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

app/controllers/projects/merge_requests_controller.rb

-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ class Projects::MergeRequestsController < Projects::MergeRequests::ApplicationCo
4242
push_frontend_feature_flag(:realtime_mr_status_change, project)
4343
end
4444

45-
before_action do
46-
push_frontend_feature_flag(:permit_all_shared_groups_for_approval, @project)
47-
end
48-
4945
around_action :allow_gitaly_ref_name_caching, only: [:index, :show, :diffs, :discussions]
5046

5147
after_action :log_merge_request_show, only: [:show, :diffs]

config/feature_flags/development/permit_all_shared_groups_for_approval.yml

-8
This file was deleted.

0 commit comments

Comments
 (0)