Commit 2d4fbf15 authored by Sarah Yasonik's avatar Sarah Yasonik Committed by Luke Duncalfe

Add feature flag for hiding edit rotations [RUN ALL RSPEC] [RUN AS-IF-FOSS]

parent a14eb451
......@@ -4,6 +4,9 @@ module Projects
module IncidentManagement
class OncallSchedulesController < Projects::ApplicationController
before_action :authorize_read_incident_management_oncall_schedule!
before_action do
push_frontend_feature_flag(:oncall_schedules_mvc_edit_rotations, default_enabled: false)
end
feature_category :incident_management
......
---
name: oncall_schedules_mvc_edit_rotations
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/55243
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/283914
milestone: '13.10'
type: development
group: group::monitor
default_enabled: false
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