From 6bfcffe23290c79c7d72e0aec45bd9ed86d52c14 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 6 Mar 2023 17:14:22 +0100 Subject: Sheet Treatment file: add associated image and document list (refs #4275) --- archaeological_finds/models_treatments.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archaeological_finds/models_treatments.py') 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" -- cgit v1.2.3