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
cfc19a2c
Commit
cfc19a2c
authored
Jan 17, 2020
by
Donald Cook
Committed by
Jan Provaznik
Jan 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Defaulted epic_new_issue feature flag to on
parent
678ca855
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
changelogs/unreleased/default-epic_new_issue-ff.yml
changelogs/unreleased/default-epic_new_issue-ff.yml
+5
-0
ee/app/controllers/groups/epics_controller.rb
ee/app/controllers/groups/epics_controller.rb
+1
-1
No files found.
changelogs/unreleased/default-epic_new_issue-ff.yml
0 → 100644
View file @
cfc19a2c
---
title
:
Add ability to create an issue in an epic
merge_request
:
22833
author
:
type
:
added
ee/app/controllers/groups/epics_controller.rb
View file @
cfc19a2c
...
...
@@ -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
...
...
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