Skip to content
Snippets Groups Projects
Commit 58c76f4b authored by tiagonbotelho's avatar tiagonbotelho
Browse files

fixes missing field on basicprojectdetails

parent 94d9e168
No related branches found
No related tags found
No related merge requests found
File added
File added
Loading
Loading
@@ -399,6 +399,7 @@ class GitLabDropdown
selected = true
 
# Set URL
console.log(data)
if @options.url?
url = @options.url(data)
else
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment