.
This commit is contained in:
+1
-1
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user