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 16:53:16 +0100 |
| commit | 555868ac554938ce90e181b77971286d7170fdc6 (patch) | |
| tree | 782fef66ef0f151d9c6d767dc37cea4df0a2375b /archaeological_context_records/models.py | |
| parent | 64e983d97d0cdb379cdc41845d826d27443229b1 (diff) | |
| download | Ishtar-555868ac554938ce90e181b77971286d7170fdc6.tar.bz2 Ishtar-555868ac554938ce90e181b77971286d7170fdc6.zip | |
🐛 fix statistic evaluation for last modified and top container
Diffstat (limited to 'archaeological_context_records/models.py')
| -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 196ba983e..997c0f989 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -642,7 +642,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()] |
