Commit 76191fa2 authored by syasonik's avatar syasonik

Add feature flag for alert assignees

parent 42fce179
...@@ -5,6 +5,7 @@ class Projects::AlertManagementController < Projects::ApplicationController ...@@ -5,6 +5,7 @@ class Projects::AlertManagementController < Projects::ApplicationController
before_action do before_action do
push_frontend_feature_flag(:alert_list_status_filtering_enabled) push_frontend_feature_flag(:alert_list_status_filtering_enabled)
push_frontend_feature_flag(:create_issue_from_alert_enabled) push_frontend_feature_flag(:create_issue_from_alert_enabled)
push_frontend_feature_flag(:alert_assignee, project)
end end
def index def index
......
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