This commit is contained in:
Ross
2021-11-28 23:52:53 +00:00
parent a57602f07e
commit 83fb2e85e2
+2 -1
View File
@@ -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})