Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-05 00:09:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-05 00:09:04 +0300
commit155fb78b9a3017640b527bc41c9096642ca11aca (patch)
tree56a8fa90237548d86968da021ccc772245fa7667 /app/models/project_feature.rb
parentf5a72705e46f835812ffcc51658eecb08fbdf050 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/project_feature.rb')
-rw-r--r--app/models/project_feature.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/project_feature.rb b/app/models/project_feature.rb
index 94db683267d..11dd10007e9 100644
--- a/app/models/project_feature.rb
+++ b/app/models/project_feature.rb
@@ -79,7 +79,7 @@ class ProjectFeature < ApplicationRecord
end
end
- default_value_for(:container_registry_access_level, allows_nil: false) do |feature|
+ default_value_for(:container_registry_access_level) do |feature|
if gitlab_config_features.container_registry
ENABLED
else