From c49dd0edb6494ce26ead885b7bf813788dc02cc5 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