diff options
| author | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2018-02-23 13:55:02 +0100 | 
|---|---|---|
| committer | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2018-02-23 13:55:02 +0100 | 
| commit | 4346b02aaf37092e74ee7e8839141cfaf3882571 (patch) | |
| tree | 0afc220645ce7dfa88855573ad777a6e95ec7f43 | |
| parent | 81ff3ca4d60b670eb734c4024077c24d779596f5 (diff) | |
| download | Ishtar-4346b02aaf37092e74ee7e8839141cfaf3882571.tar.bz2 Ishtar-4346b02aaf37092e74ee7e8839141cfaf3882571.zip | |
Add col for find search
| -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', | 
