Commit ecb728d1 authored by Jan Provaznik's avatar Jan Provaznik

Merge branch 'default-epic_new_issue-ff' into 'master'

Defaulted epic_new_issue feature flag to on

See merge request gitlab-org/gitlab!22833
parents 678ca855 cfc19a2c
---
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