diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-06-30 12:11:31 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 09:59:31 +0200 |
commit | 62f44ef4f38294ecc16a34c88b950c3b748e9aaf (patch) | |
tree | 8073e23b4016b5f8a96bfe530d3510b3290db636 /archaeological_operations/models.py | |
parent | 29157149ccd09d3179593b011f14ce7b2fe8af2e (diff) | |
download | Ishtar-62f44ef4f38294ecc16a34c88b950c3b748e9aaf.tar.bz2 Ishtar-62f44ef4f38294ecc16a34c88b950c3b748e9aaf.zip |
Fix operator filter on operation listing for operator (refs #5236)
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r-- | archaeological_operations/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 43a184fcf..a716bff8d 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -869,6 +869,7 @@ class Operation( "in_charge__pk": "in_charge__pk", # dynamic_table_documents "collaborators__pk": "collaborators__pk", # dynamic_table_documents "cira_rapporteur__pk": "cira_rapporteur__pk", # dynamic_table_documents + "operator__pk": "operator__pk", # dynamic_table_documents } COL_LABELS = { |