From 8b8cd541389412c4960f068848db7e45b71459b9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 11 Sep 2024 12:24:21 +0200 Subject: ✨ criteria searches: add missing criteria for operation, find and context records (refs #6020) - Context records bulk update: add fields MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Criteria searches: - Finds: context record type - Operations: has an attached archeo file - Context records : - Type of documentation - Description - Filling - General comment Context records bulk update: - documentation - identification - excavation technic --- ishtar_common/views_item.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/views_item.py') diff --git a/ishtar_common/views_item.py b/ishtar_common/views_item.py index fbe522b1c..2a35c85d2 100644 --- a/ishtar_common/views_item.py +++ b/ishtar_common/views_item.py @@ -598,6 +598,7 @@ LIST_FIELDS = { # key: hierarchic depth "provider": 0, "excavation_technics": 0, "activity": 0, + "documentations": 0, } HIERARCHIC_FIELDS = list(LIST_FIELDS.keys()) -- cgit v1.2.3