Commit 5d0fbb7b authored by Luke Duncalfe's avatar Luke Duncalfe

Set `design_management` feature to default enabled

https://gitlab.com/gitlab-org/gitlab-ee/issues/12600
parent 07ce2643
......@@ -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
......
---
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
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