diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-12 16:49:45 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-12 18:35:23 +0100 |
| commit | caa6d9bdead4783e5eac0a45d5b60ed86d54df45 (patch) | |
| tree | a0179d9af2c8150ce15d4433e7e8122ad8cc5af3 /archaeological_context_records | |
| parent | e0012a61bef172799dcfa703081fe917596ed978 (diff) | |
| download | Ishtar-caa6d9bdead4783e5eac0a45d5b60ed86d54df45.tar.bz2 Ishtar-caa6d9bdead4783e5eac0a45d5b60ed86d54df45.zip | |
🐛 fix statistic evaluation for last modified and top container
Diffstat (limited to 'archaeological_context_records')
| -rw-r--r-- | archaeological_context_records/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index 210fd7996..f206e6628 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -583,7 +583,7 @@ class ContextRecord( ("activity__label", _("Activity")), ("excavation_technics__label", _("Excavation techniques")), ("documents__source_type__label", _("Associated document type")), - ("last_modified__year", _("Modification (year)")), + ("last_modified__FILTERyear", _("Modification (year)")), ] ) STATISTIC_MODALITIES = [key for key, lbl in STATISTIC_MODALITIES_OPTIONS.items()] |
