Task Attachments (#104)
This commit is contained in:
parent
e2f481a6e5
commit
2169464983
349 changed files with 22540 additions and 5267 deletions
1
pkg/models/fixtures/files.yml
Symbolic link
1
pkg/models/fixtures/files.yml
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../files/fixtures/files.yml
|
||||
11
pkg/models/fixtures/task_attachments.yml
Normal file
11
pkg/models/fixtures/task_attachments.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
- id: 1
|
||||
task_id: 1
|
||||
file_id: 1
|
||||
created_by_id: 1
|
||||
created: 0
|
||||
# The file for this attachment does not exist
|
||||
- id: 2
|
||||
task_id: 1
|
||||
file_id: 9999
|
||||
created_by_id: 1
|
||||
created: 0
|
||||
Reference in a new issue