Commit c97cb9f2 authored by Sean McGivern's avatar Sean McGivern

Merge branch '12600-enable-design-management-feature' into 'master'

Set `design_management_flag` feature to default enabled

See merge request gitlab-org/gitlab-ee!14582
parents cb2228c9 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
......
---
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