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