Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
15
app/views/versions/show.api.rsb
Normal file
15
app/views/versions/show.api.rsb
Normal file
|
@ -0,0 +1,15 @@
|
|||
api.version do
|
||||
api.id @version.id
|
||||
api.project(:id => @version.project_id, :name => @version.project.name) unless @version.project.nil?
|
||||
|
||||
api.name @version.name
|
||||
api.description @version.description
|
||||
api.status @version.status
|
||||
api.due_date @version.effective_date
|
||||
api.sharing @version.sharing
|
||||
|
||||
render_api_custom_values @version.custom_field_values, api
|
||||
|
||||
api.created_on @version.created_on
|
||||
api.updated_on @version.updated_on
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue