diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-13 13:30:02 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-13 15:48:10 +0100 |
commit | ce71f7f286819ee1399fef5f1819f9cc812149a6 (patch) | |
tree | 958d29dbd53c737182fadb61705daf50b0f6a81e /archaeological_finds/models_treatments.py | |
parent | 61cb345d6e39eac393c6fd8e4a8246b5221c69a9 (diff) | |
download | Ishtar-ce71f7f286819ee1399fef5f1819f9cc812149a6.tar.bz2 Ishtar-ce71f7f286819ee1399fef5f1819f9cc812149a6.zip |
✨ sheets: refactor document listing - add edit and unlink actions (refs #6221)
Diffstat (limited to 'archaeological_finds/models_treatments.py')
-rw-r--r-- | archaeological_finds/models_treatments.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archaeological_finds/models_treatments.py b/archaeological_finds/models_treatments.py index 0c684d98a..69a8b899c 100644 --- a/archaeological_finds/models_treatments.py +++ b/archaeological_finds/models_treatments.py @@ -196,14 +196,13 @@ class AssociatedFindBasket: class Treatment( DashboardFormItem, AssociatedFindBasket, - ValueGetter, DocumentItem, BaseHistorizedItem, CompleteIdentifierItem, ImageModel, OwnPerms, - ShortMenuItem, - SheetItem, + ValueGetter, + MainItem, ): SLUG = "treatment" APP = "archaeological-finds" |