Commit 06195b70 authored by Axel García's avatar Axel García Committed by Miguel Rincon

Default feature flag for new epic form to true

parent 9f451495
...@@ -19,7 +19,7 @@ class Groups::EpicsController < Groups::ApplicationController ...@@ -19,7 +19,7 @@ class Groups::EpicsController < Groups::ApplicationController
before_action do before_action do
push_frontend_feature_flag(:vue_issuable_epic_sidebar, @group) push_frontend_feature_flag(:vue_issuable_epic_sidebar, @group)
push_frontend_feature_flag(:confidential_epics, @group, default_enabled: true) push_frontend_feature_flag(:confidential_epics, @group, default_enabled: true)
push_frontend_feature_flag(:create_epic_form, @group) push_frontend_feature_flag(:create_epic_form, @group, default_enabled: true)
end end
def new; end def new; end
......
---
title: Add "New epic" button within epic page
merge_request: 34109
author:
type: added
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