summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-15 10:20:35 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-15 10:20:35 +0100
commit1d8af2bea7701a1c36ac341cdc7e5b9bca490012 (patch)
tree5d90d1864022c1d9ba2fa4ee17bc323f470a4d39 /archaeological_finds
parentcd2854ba9d57d40ae2bd95d8926345c7d63fc2b3 (diff)
downloadIshtar-1d8af2bea7701a1c36ac341cdc7e5b9bca490012.tar.bz2
Ishtar-1d8af2bea7701a1c36ac341cdc7e5b9bca490012.zip
Tables: add missing headers (refs #3491)
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/models_finds.py11
-rw-r--r--archaeological_finds/models_treatments.py2
2 files changed, 12 insertions, 1 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py
index 9b4860e51..5872a241f 100644
--- a/archaeological_finds/models_finds.py
+++ b/archaeological_finds/models_finds.py
@@ -490,7 +490,7 @@ class Find(BaseHistorizedItem, ImageModel, OwnPerms, ShortMenuItem):
'base_finds__batch', ]
if settings.COUNTRY == 'fr':
TABLE_COLS.insert(
- 1, 'base_finds__context_record__operation__code_patriarche')
+ 2, 'base_finds__context_record__operation__code_patriarche')
TABLE_COLS_FOR_OPE = [
'base_finds__cache_short_id',
'base_finds__cache_complete_id',
@@ -504,6 +504,15 @@ class Find(BaseHistorizedItem, ImageModel, OwnPerms, ShortMenuItem):
'base_finds__context_record__label': _(u"Context record"),
'base_finds__cache_short_id': _(u"Base find - Short ID"),
'base_finds__cache_complete_id': _(u"Base find - Complete ID"),
+ 'base_finds__context_record__operation__code_patriarche': _(
+ u"Operation (code)"
+ ),
+ 'base_finds__context_record__parcel__town': _(u"Town"),
+ 'base_finds__context_record__operation__common_name': _(
+ u"Operation (name)"
+ ),
+ 'base_finds__context_record__parcel': _(u"Parcel"),
+ 'base_finds__batch':_(u"Batch"),
'base_finds__comment': _(u"Base find - Comment"),
'base_finds__description': _(u"Base find - Description"),
'base_finds__topographic_localisation': _(u"Base find - "
diff --git a/archaeological_finds/models_treatments.py b/archaeological_finds/models_treatments.py
index dd080835e..2efedbc22 100644
--- a/archaeological_finds/models_treatments.py
+++ b/archaeological_finds/models_treatments.py
@@ -88,6 +88,8 @@ class Treatment(BaseHistorizedItem, ImageModel, OwnPerms, ShortMenuItem):
COL_LABELS = {
"downstream_cached_label": _(u"Downstream find"),
"upstream_cached_label": _(u"Upstream find"),
+ "treatment_types__label": _(u"Type"),
+ "treatment_state__label": _(u"State"),
}
IMAGE_PREFIX = 'treatment'
# extra keys than can be passed to save method