From 307e1a0de31963584d1916ca1f8c7eb0e50ebe6a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 26 Jun 2024 11:04:17 +0200 Subject: 🐛 templates: add missing m2m values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_context_records/models.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'archaeological_context_records') diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index 9533f357a..0c245abd4 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -528,6 +528,11 @@ class ContextRecord( ] ) STATISTIC_MODALITIES = [key for key, lbl in STATISTIC_MODALITIES_OPTIONS.items()] + GET_VALUES_M2M = [ + "documentations", + "cultural_attributions", + "excavation_technics", + ] # search parameters EXTRA_REQUEST_KEYS = { -- cgit v1.2.3