image findings will now save and reload stack index
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user