Commit cfc19a2c authored by Donald Cook's avatar Donald Cook Committed by Jan Provaznik

Defaulted epic_new_issue feature flag to on

parent 678ca855
---
title: Add ability to create an issue in an epic
merge_request: 22833
author:
type: added
......@@ -19,7 +19,7 @@ class Groups::EpicsController < Groups::ApplicationController
before_action do
push_frontend_feature_flag(:roadmap_graphql, @group)
push_frontend_feature_flag(:vue_issuable_epic_sidebar, @group)
push_frontend_feature_flag(:epic_new_issue, @group)
push_frontend_feature_flag(:epic_new_issue, @group, default_enabled: true)
end
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