This commit is contained in:
Ross
2021-12-04 18:22:12 +00:00
parent 56c08d8fc1
commit 4ce659ebbd
+4
View File
@@ -143,6 +143,10 @@ This series is not associated with any cases.
.map((i, el) => {
return $(el).val()
}).toArray()),
structures: JSON.stringify($('#finding-form select[name="structures"]').find(":selected")
.map((i, el) => {
return $(el).val()
}).toArray()),
csrfmiddlewaretoken: $('input[name=csrfmiddlewaretoken]').val(),
action: 'post'
},