gitlab-org--gitlab-foss/changelogs/unreleased/tc-fix-project-create-500.yml
Toon Claes c92808ed32 Fix for creating a project through API when import_url is nil
The API was returning 500 when `nil` is passed for the `import_url`.

In fact, it was `Gitlab::UrlSanitizer.valid?` which was throwing a
`NoMethodError` when `nil` value was passed.
2017-03-10 10:03:03 +01:00

4 lines
101 B
YAML

---
title: Fix for creating a project through API when import_url is nil
merge_request: 9841
author: