Skip to content
代码片段 群组 项目
未验证 提交 92387a89 编辑于 作者: Rodrigo Tomonari's avatar Rodrigo Tomonari 提交者: GitLab
浏览文件

Merge branch 'revert-bbs-path-field-change' into 'master'

Revert new_name field to using BitBucket Server name

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/145793



Merged-by: default avatarRodrigo Tomonari <rtomonari@gitlab.com>
Approved-by: default avatarRodrigo Tomonari <rtomonari@gitlab.com>
Co-authored-by: default avatarPetar Prokic <pprokic@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -20,7 +20,7 @@ def execute
::Projects::CreateService.new(
current_user,
name: name,
path: repo_slug,
path: name,
description: repo.description,
namespace_id: namespace.id,
visibility_level: repo.visibility_level,
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册