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
16
plugins/redmine_checklists/test/fixtures/checklists.yml
vendored
Normal file
16
plugins/redmine_checklists/test/fixtures/checklists.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
one:
|
||||
id: 1
|
||||
is_done: false
|
||||
subject: First todo
|
||||
issue_id: 1
|
||||
two:
|
||||
id: 2
|
||||
is_done: true
|
||||
subject: Second todo
|
||||
issue_id: 1
|
||||
three:
|
||||
id: 3
|
||||
is_done: true
|
||||
subject: Third todo
|
||||
issue_id: 2
|
Loading…
Add table
Add a link
Reference in a new issue