Nuevo plugin Redmine Checklist 3.1.10 light
This commit is contained in:
parent
294bc87e76
commit
ef5521e0a2
65 changed files with 3544 additions and 0 deletions
10
plugins/redmine_checklists/app/views/checklists/show.api.rsb
Normal file
10
plugins/redmine_checklists/app/views/checklists/show.api.rsb
Normal file
|
@ -0,0 +1,10 @@
|
|||
api.checklist do
|
||||
api.id @checklist_item.id
|
||||
api.issue_id @checklist_item.issue_id
|
||||
api.subject @checklist_item.subject
|
||||
api.is_done @checklist_item.is_done
|
||||
api.position @checklist_item.position
|
||||
|
||||
api.created_at @checklist_item.created_at
|
||||
api.updated_at @checklist_item.updated_at
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue