This commit is contained in:
Ross
2021-12-04 17:25:33 +00:00
parent bf2c6c9922
commit a5d113f75b
+1 -5
View File
@@ -124,11 +124,7 @@ This series is not associated with any cases.
url: '{% url "atlas:add_finding" %}', url: '{% url "atlas:add_finding" %}',
data: { data: {
description: $('#id_description').val(), description: $('#id_description').val(),
series: { series: {{ series.pk }},
{
series.pk
}
},
//annotation_json: JSON.stringify(c.toolStateManager.saveToolState()), //annotation_json: JSON.stringify(c.toolStateManager.saveToolState()),
annotation_json: JSON.stringify(cornerstoneTools.globalImageIdSpecificToolStateManager annotation_json: JSON.stringify(cornerstoneTools.globalImageIdSpecificToolStateManager
.saveToolState()), .saveToolState()),