From 3b260cb69f464d8dea681b747dcffdeebee348ff Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 12 Oct 2023 12:11:32 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/controllers/projects_controller.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/controllers') diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb index 6a246219f7d..fa26601204a 100644 --- a/app/controllers/projects_controller.rb +++ b/app/controllers/projects_controller.rb @@ -41,6 +41,7 @@ class ProjectsController < Projects::ApplicationController push_frontend_feature_flag(:remove_monitor_metrics, @project) push_frontend_feature_flag(:explain_code_chat, current_user) push_frontend_feature_flag(:service_desk_custom_email, @project) + push_frontend_feature_flag(:issue_email_participants, @project) push_licensed_feature(:file_locks) if @project.present? && @project.licensed_feature_available?(:file_locks) push_licensed_feature(:security_orchestration_policies) if @project.present? && @project.licensed_feature_available?(:security_orchestration_policies) push_force_frontend_feature_flag(:work_items, @project&.work_items_feature_flag_enabled?) -- cgit v1.2.3