Redmine 4.1.1
This commit is contained in:
parent
33e7b881a5
commit
3d976f1b3b
1593 changed files with 36180 additions and 19489 deletions
|
@ -8,6 +8,7 @@ api.array :projects, api_meta(:total_count => @project_count, :offset => @offset
|
|||
api.parent(:id => project.parent.id, :name => project.parent.name) if project.parent && project.parent.visible?
|
||||
api.status project.status
|
||||
api.is_public project.is_public?
|
||||
api.inherit_members project.inherit_members?
|
||||
|
||||
render_api_custom_values project.visible_custom_field_values, api
|
||||
render_api_includes(project, api)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue