Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/groups_controller.rb')
-rw-r--r--app/controllers/groups_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb
index b151793ad8b..6c2d8e42a98 100644
--- a/app/controllers/groups_controller.rb
+++ b/app/controllers/groups_controller.rb
@@ -45,6 +45,7 @@ class GroupsController < Groups::ApplicationController
before_action only: :merge_requests do
push_frontend_feature_flag(:mr_approved_filter, type: :ops)
+ push_frontend_feature_flag(:mr_merge_user_filter, type: :development)
end
helper_method :captcha_required?