From d78bfede5e34e66037bd583614b667e886e73f6b Mon Sep 17 00:00:00 2001 From: Cefin Date: Wed, 24 Nov 2021 13:00:06 +0000 Subject: add scientist in charge column on operation search #5197 --- archaeological_operations/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_operations/models.py') diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index a5e68ec65..43a184fcf 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -795,6 +795,7 @@ class Operation( "year", "cached_towns_label", "common_name", + "scientist__raw_name", "operation_type__label", "start_date", "excavation_end_date", @@ -879,6 +880,7 @@ class Operation( "scientist__title": _("Scientist (title)"), "scientist__surname": _("Scientist (surname)"), "scientist__name": _("Scientist (name)"), + "scientist__raw_name": _("Scientist in charge"), "scientist__attached_to__name": _("Scientist - Organization (name)"), "in_charge__title": _("Scientific monitor (title)"), "in_charge__surname": _("Scientific monitor (surname)"), -- cgit v1.2.3