summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-02-25 15:10:25 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-02-25 15:10:25 +0100
commit8f1c8bf1314914384e9f1b0edde4c1b58efe45be (patch)
tree08101537a2e4197f829cb8f785ec611424395f34 /archaeological_finds
parente8bbff4621d3ae18133a84114e87092d061146eb (diff)
downloadIshtar-8f1c8bf1314914384e9f1b0edde4c1b58efe45be.tar.bz2
Ishtar-8f1c8bf1314914384e9f1b0edde4c1b58efe45be.zip
🐛 treament search: fix document type search (refs #6198)
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/forms_treatments.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/forms_treatments.py b/archaeological_finds/forms_treatments.py
index b4cd973c1..0f25363ee 100644
--- a/archaeological_finds/forms_treatments.py
+++ b/archaeological_finds/forms_treatments.py
@@ -96,6 +96,7 @@ class TreatmentSelect(DocumentItemSelect):
FieldType('input_status', models.TreatmentInputStatus),
FieldType('treatment_type', models.TreatmentType),
]
+ TYPES += DocumentItemSelect.TYPES
def __init__(self, *args, **kwargs):
super(TreatmentSelect, self).__init__(*args, **kwargs)