mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 12:48:25 +00:00
parent
71a63c049d
commit
cc77a9182c
@ -290,6 +290,7 @@ class StudyService(object):
|
|||||||
doc['files'] = []
|
doc['files'] = []
|
||||||
for file in doc_files:
|
for file in doc_files:
|
||||||
doc['files'].append({'file_id': file.id,
|
doc['files'].append({'file_id': file.id,
|
||||||
|
'name': file.name,
|
||||||
'workflow_id': file.workflow_id})
|
'workflow_id': file.workflow_id})
|
||||||
|
|
||||||
# update the document status to match the status of the workflow it is in.
|
# update the document status to match the status of the workflow it is in.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user