.
This commit is contained in:
+2
-1
@@ -532,10 +532,11 @@ def create_series_findings(request):
|
|||||||
|
|
||||||
sf = SeriesFindings.objects.create(
|
sf = SeriesFindings.objects.create(
|
||||||
series = series,
|
series = series,
|
||||||
findings = findings,
|
|
||||||
description = description,
|
description = description,
|
||||||
annotation_json = annotation_json,
|
annotation_json = annotation_json,
|
||||||
)
|
)
|
||||||
|
sf.findings.set(findings)
|
||||||
|
sf.save()
|
||||||
return JsonResponse({"success":True})
|
return JsonResponse({"success":True})
|
||||||
|
|
||||||
return JsonResponse({"success": False})
|
return JsonResponse({"success": False})
|
||||||
|
|||||||
Reference in New Issue
Block a user