Commit c9d309fc authored by Igor Drozdov's avatar Igor Drozdov

Merge branch 'pl-alert-management-create-issue-feature-flag-project' into 'master'

Control alert management feature flag per project

See merge request gitlab-org/gitlab!33063
parents 52822cac 4f9153be
......@@ -3,7 +3,7 @@
class Projects::AlertManagementController < Projects::ApplicationController
before_action :authorize_read_alert_management_alert!
before_action do
push_frontend_feature_flag(:alert_management_create_alert_issue)
push_frontend_feature_flag(:alert_management_create_alert_issue, project)
push_frontend_feature_flag(:alert_assignee, project)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment