From 62f44ef4f38294ecc16a34c88b950c3b748e9aaf Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 30 Jun 2022 12:11:31 +0200 Subject: Fix operator filter on operation listing for operator (refs #5236) --- archaeological_operations/models.py | 1 + 1 file changed, 1 insertion(+) 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 = { -- cgit v1.2.3