diff options
| author | Cefin <kevon@tuta.io> | 2022-08-17 09:48:55 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:17 +0100 |
| commit | e1f4d124c87c0dc0c78d245c4daa61a3778d03ec (patch) | |
| tree | 3ce6ae733489b2eefaf9aa339497d0e48c591955 /archaeological_finds | |
| parent | 940ab59aa844ff706f9037b81dc279d9b5d4d2bb (diff) | |
| download | Ishtar-e1f4d124c87c0dc0c78d245c4daa61a3778d03ec.tar.bz2 Ishtar-e1f4d124c87c0dc0c78d245c4daa61a3778d03ec.zip | |
WIP: add "is locked" search (refs #5419)
Diffstat (limited to 'archaeological_finds')
| -rw-r--r-- | archaeological_finds/models_finds.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index d0e31c3e8..fb695ba73 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -1176,7 +1176,7 @@ class Find( "documents__associated_url__isnull", "documents__associated_file__isnull", ] - BOOL_FIELDS = ["is_complete"] + BOOL_FIELDS = BaseHistorizedItem.BOOL_FIELDS + ["is_complete"] CALLABLE_BOOL_FIELDS = ["loan"] RELATION_TYPES_PREFIX = { "ope_relation_types": "base_finds__context_record__operation__", |
