Commit fe676e7b authored by Luke Duncalfe's avatar Luke Duncalfe

Merge branch 'sy-add-feature-flag-for-editing-rotations' into 'master'

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

See merge request gitlab-org/gitlab!55243
parents a14eb451 2d4fbf15
......@@ -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