image findings will now save and reload stack index

This commit is contained in:
Ross
2024-09-23 14:05:09 +01:00
parent edc9b29233
commit 5a9868a56d
8 changed files with 169 additions and 49 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ class StructureForm(ModelForm):
class SeriesFindingForm(ModelForm):
class Meta:
model = SeriesFinding
exclude = ["series", "annotation_json", "viewport_json"]
exclude = ["series", "annotation_json", "viewport_json", "current_image_id_index"]
widgets = {
"findings": autocomplete.ModelSelect2Multiple(