diff options
Diffstat (limited to 'archaeological_finds/models_treatments.py')
-rw-r--r-- | archaeological_finds/models_treatments.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_finds/models_treatments.py b/archaeological_finds/models_treatments.py index 2ee23c1c6..5e355cfcd 100644 --- a/archaeological_finds/models_treatments.py +++ b/archaeological_finds/models_treatments.py @@ -46,6 +46,7 @@ from ishtar_common.models import ( ShortMenuItem, DashboardFormItem, document_attached_changed, + MainItem, HistoryModel, SearchAltName, SearchVectorConfig, @@ -1017,7 +1018,7 @@ class TreatmentFile( CompleteIdentifierItem, OwnPerms, ValueGetter, - ShortMenuItem, + MainItem, ): SLUG = "treatmentfile" APP = "archaeological-finds" |