Skip to content

Fix 500 error updating mirror URLs for projects

James Lopez requested to merge fix/mirror-update-error into master

Updating the mirror URL with an empty URL should just render the mirror page with the flash message stating that the URL can't be blank. At the moment we throw an error 500 if the old URL had some import data.

Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/1082

Merge request reports