Commit 13b281c2 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Allow project path being passed on project creation

parent b6fdca9c
...@@ -26,7 +26,7 @@ module Projects ...@@ -26,7 +26,7 @@ module Projects
# Ex. # Ex.
# 'GitLab HQ'.parameterize => "gitlab-hq" # 'GitLab HQ'.parameterize => "gitlab-hq"
# #
@project.path = @project.name.dup.parameterize @project.path = @project.name.dup.parameterize unless @project.path.present?
if namespace_id if namespace_id
......
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