提交 87d4d76d 编写于 作者: T tiagonbotelho

fixes missing field on basicprojectdetails

上级 8a4f2d4d
文件已添加
文件已添加
......@@ -401,6 +401,7 @@ class GitLabDropdown
selected = true
# Set URL
console.log(data)
if @options.url?
url = @options.url(data)
else
......
......@@ -54,6 +54,7 @@ module API
class BasicProjectDetails < Grape::Entity
expose :id
expose :http_url_to_repo, :web_url
expose :name, :name_with_namespace
expose :path, :path_with_namespace
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册