This commit is contained in:
Ross
2021-11-28 23:49:34 +00:00
parent 27efcbf2c5
commit e63824cfd4
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -75,8 +75,8 @@ This series is not associated with any cases.
data: {
description: $('#description').val(),
series: {{series.pk}},
annotation_json: cornerstoneTools.globalImageIdSpecificToolStateManager.saveToolState(),
findings: $('#finding-form select[name="findings"]').find(":selected").map((i, el) => { return $(el).val() }).toArray(),
annotation_json: JSON.stringify(cornerstoneTools.globalImageIdSpecificToolStateManager.saveToolState()),
findings: JSON.stringfy($('#finding-form select[name="findings"]').find(":selected").map((i, el) => { return $(el).val() }).toArray()),
csrfmiddlewaretoken: $('input[name=csrfmiddlewaretoken]').val(),
action: 'post'
},