.
This commit is contained in:
+1
-1
@@ -540,7 +540,7 @@ def create_series_findings(request):
|
||||
series_id = request.POST.get("series")
|
||||
findings_ids = json.loads(request.POST.get("findings"))
|
||||
description = request.POST.get("description")
|
||||
annotation_json = json.loads(request.POST.get("annotation_json"))
|
||||
annotation_json = request.POST.get("annotation_json")
|
||||
|
||||
series = Series.objects.get(pk=series_id)
|
||||
findings = Finding.objects.filter(pk__in=findings_ids)
|
||||
|
||||
Reference in New Issue
Block a user