This commit is contained in:
Ross
2021-12-04 22:32:28 +00:00
parent 1706cd9da0
commit 19bc567f67
+1 -1
View File
@@ -554,7 +554,7 @@ def create_series_findings(request):
response_data = {}
if request.POST.get("action") == "post":
series_finding_id = request.POST.get("series_finding_id")
series_finding_id = int(request.POST.get("series_finding_id"))
series_id = request.POST.get("series")
findings_ids = json.loads(request.POST.get("findings"))
structure_ids = json.loads(request.POST.get("structures"))