1
This commit is contained in:
parent
91c8ecc760
commit
078163290a
@ -102,6 +102,7 @@ async def copy(
|
|||||||
report_id = report['report_id']
|
report_id = report['report_id']
|
||||||
new_report = await crud.report.get(db, report_id)
|
new_report = await crud.report.get(db, report_id)
|
||||||
new_report_id = get_uid()
|
new_report_id = get_uid()
|
||||||
|
report['report_id'] = new_report_id
|
||||||
new_report['_id'] = new_report_id
|
new_report['_id'] = new_report_id
|
||||||
new_report['project_id'] = dest_project_id
|
new_report['project_id'] = dest_project_id
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user