This commit is contained in:
Ross
2021-11-29 21:17:53 +00:00
parent 0a793e4b65
commit acab6f4d65
2 changed files with 20 additions and 0 deletions
@@ -0,0 +1,18 @@
# Generated by Django 3.2.8 on 2021-11-29 21:16
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('atlas', '0008_rename_seriesfindings_seriesfinding'),
]
operations = [
migrations.AddField(
model_name='seriesfinding',
name='viewport_json',
field=models.TextField(blank=True, null=True),
),
]
+2
View File
@@ -104,6 +104,8 @@ c = cornerstone.getEnabledElement(dicom_element);
action: 'post'
},
success: function (json) {
$("#finding-form").empty()
toastr.info('Finding added.')
},
error: function (xhr, errmsg, err) {
console.log(xhr.status + ": " + xhr