diff options
author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2018-02-23 13:55:02 +0100 |
---|---|---|
committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2018-02-23 13:55:02 +0100 |
commit | 2d698ba43060ac405224f8e81c642463e8eafceb (patch) | |
tree | 0afc220645ce7dfa88855573ad777a6e95ec7f43 /archaeological_finds | |
parent | b0deac4c1f7b5f3da9bf8cb2c5676549074251e5 (diff) | |
download | Ishtar-2d698ba43060ac405224f8e81c642463e8eafceb.tar.bz2 Ishtar-2d698ba43060ac405224f8e81c642463e8eafceb.zip |
Add col for find search
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 7d9b4bd8a..c93e4844f 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -556,7 +556,7 @@ class Find(BulkUpdatedItem, ValueGetter, BaseHistorizedItem, ImageModel, CHECK_DICT = dict(CHECK_CHOICES) SHOW_URL = 'show-find' SLUG = 'find' - TABLE_COLS = ['label', 'base_finds__context_record__parcel__town__name', + TABLE_COLS = ['external_id', 'label', 'base_finds__context_record__parcel__town__name', 'base_finds__context_record__operation__common_name', 'base_finds__context_record__parcel', 'base_finds__context_record__label', |