Commit 234be1e9 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'if-57131-remove_readded_default_project_creation' into 'master'

Remove project_creation_level license check

See merge request gitlab-org/gitlab-ee!11069
parents d8d0d361 e2eff433
......@@ -10,10 +10,6 @@ module EE
attrs += EE::ApplicationSettingsHelper.repository_mirror_attributes
end
if License.feature_available?(:project_creation_level)
attrs << :default_project_creation
end
if License.feature_available?(:custom_project_templates)
attrs << :custom_project_templates_group_id
end
......
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