From e538b5e3629c40e2a04dc354209fbae86ee07cf0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 9 Sep 2020 12:52:27 +0200 Subject: Sheet warehouse: display find inside/owned by the warehouse --- archaeological_finds/models_finds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_finds') diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index b893951b7..2faf97d1d 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -937,7 +937,7 @@ class Find(BulkUpdatedItem, ValueGetter, DocumentItem, BaseHistorizedItem, 'cached_label': 'cached_label__icontains', 'documents__image__isnull': 'documents__image__isnull', 'container__location': 'container__location__pk', - 'container__responsible': 'container__responsible__pk', + 'container_ref__location': 'container_ref__location__pk', } for table in (TABLE_COLS, TABLE_COLS_FOR_OPE): for key in table: -- cgit v1.2.3