From 3d3e6c76dea0bc6eddd2e6380d5be9f7c8a2aba2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 9 Oct 2018 17:41:26 +0200 Subject: Sheet person: add collaborator table --- archaeological_operations/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_operations') diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 3be4dd95d..637bbb7be 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -424,6 +424,7 @@ class Operation(ClosedItem, BaseHistorizedItem, OwnPerms, ValueGetter, 'towns_label': 'towns', 'scientist__pk': 'scientist__pk', 'in_charge__pk': 'in_charge__pk', + 'collaborators__pk': 'collaborators__pk', } COL_LABELS = { -- cgit v1.2.3