diff options
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 = { |