Skip to content
Snippets Groups Projects
Commit e2214c8d authored by Joerg Bornschein's avatar Joerg Bornschein Committed by Wes Gurney
Browse files

Fix default settings when creating new Project

parent 7039fb66
No related branches found
No related tags found
1 merge request!4954Add support to configure webhook_timeout in gitlab.yaml
Loading
Loading
@@ -18,7 +18,7 @@ module Projects
snippets_enabled: default_features.snippets,
merge_requests_enabled: default_features.merge_requests,
public: default_features.public
}
}.stringify_keys
 
@project = Project.new(default_opts.merge(params))
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment