##// END OF EJS Templates
Adds parent project to /projects/:id API (#8229)....
Jean-Philippe Lang -
r6083:95f332af5a44
parent child
Show More
@@ -4,6 +4,7 api.project do
4 4 api.identifier @project.identifier
5 5 api.description @project.description
6 6 api.homepage @project.homepage
7 api.parent(:id => @project.parent_id, :name => @project.parent.name) unless @project.parent.nil?
7 8
8 9 render_api_custom_values @project.visible_custom_field_values, api
9 10
General Comments 0
You need to be logged in to leave comments. Login now