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