Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
06195b70
Commit
06195b70
authored
Jul 15, 2020
by
Axel García
Committed by
Miguel Rincon
Jul 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Default feature flag for new epic form to true
parent
9f451495
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ee/app/controllers/groups/epics_controller.rb
ee/app/controllers/groups/epics_controller.rb
+1
-1
ee/changelogs/unreleased/211533-new-epic-button-within-epic-page.yml
...gs/unreleased/211533-new-epic-button-within-epic-page.yml
+5
-0
No files found.
ee/app/controllers/groups/epics_controller.rb
View file @
06195b70
...
@@ -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
...
...
ee/changelogs/unreleased/211533-new-epic-button-within-epic-page.yml
0 → 100644
View file @
06195b70
---
title
:
Add "New epic" button within epic page
merge_request
:
34109
author
:
type
:
added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment