diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-03-06 17:14:22 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-03-06 17:21:20 +0100 |
commit | 6bfcffe23290c79c7d72e0aec45bd9ed86d52c14 (patch) | |
tree | 9ca5af2de85f63b530dabfdbf1581fcda1a49f74 /archaeological_finds/models_treatments.py | |
parent | b40535a62e864993de75f784bc4d583b68eb29d6 (diff) | |
download | Ishtar-6bfcffe23290c79c7d72e0aec45bd9ed86d52c14.tar.bz2 Ishtar-6bfcffe23290c79c7d72e0aec45bd9ed86d52c14.zip |
Sheet Treatment file: add associated image and document list (refs #4275)
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" |