.
This commit is contained in:
@@ -74,7 +74,7 @@ This series is not associated with any cases.
|
||||
type: 'POST',
|
||||
url: '{% url "atlas:add_finding" %}',
|
||||
data: {
|
||||
description: $('#description').val(),
|
||||
description: $('#id_description').val(),
|
||||
series: {{series.pk}},
|
||||
annotation_json: JSON.stringify(cornerstoneTools.globalImageIdSpecificToolStateManager.saveToolState()),
|
||||
findings: JSON.stringify($('#finding-form select[name="findings"]').find(":selected").map((i, el) => { return $(el).val() }).toArray()),
|
||||
|
||||
Reference in New Issue
Block a user