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
5d0fbb7b
Commit
5d0fbb7b
authored
Jul 08, 2019
by
Luke Duncalfe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set `design_management` feature to default enabled
https://gitlab.com/gitlab-org/gitlab-ee/issues/12600
parent
07ce2643
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
ee/app/models/ee/project.rb
ee/app/models/ee/project.rb
+1
-1
ee/changelogs/unreleased/12600-enable-design-management-feature.yml
...ogs/unreleased/12600-enable-design-management-feature.yml
+7
-0
No files found.
ee/app/models/ee/project.rb
View file @
5d0fbb7b
...
...
@@ -586,7 +586,7 @@ module EE
# on prem installs yet.
lfs_enabled?
&&
feature_available?
(
:design_management
)
&&
::
Feature
.
enabled?
(
:design_management_flag
,
self
)
# Named to avoid the bug: https://gitlab.com/gitlab-org/gitlab-ce/issues/64468
::
Feature
.
enabled?
(
:design_management_flag
,
self
,
default_enabled:
true
)
end
def
design_repository
...
...
ee/changelogs/unreleased/12600-enable-design-management-feature.yml
0 → 100644
View file @
5d0fbb7b
---
title
:
Added new Design Management feature for GitLab Premium. With Design Management,
you can upload design assets to issues and view them all together to easily share
and collaborate with your team.
merge_request
:
14582
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