Task Relations (#103)
This commit is contained in:
parent
1272255975
commit
8fe33fd616
20 changed files with 1751 additions and 333 deletions
12
pkg/models/fixtures/task_relations.yml
Normal file
12
pkg/models/fixtures/task_relations.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
- id: 1
|
||||
task_id: 1
|
||||
other_task_id: 29
|
||||
relation_kind: 'subtask'
|
||||
created_by_id: 1
|
||||
created: 0
|
||||
- id: 2
|
||||
task_id: 29
|
||||
other_task_id: 1
|
||||
relation_kind: 'parenttask'
|
||||
created_by_id: 1
|
||||
created: 0
|
||||
|
|
@ -181,7 +181,6 @@
|
|||
- id: 29
|
||||
text: 'task #29 with parent task (1)'
|
||||
created_by_id: 1
|
||||
parent_task_id: 1
|
||||
list_id: 1
|
||||
created: 1543626724
|
||||
updated: 1543626724
|
||||
|
|
|
|||
Reference in a new issue