summaryrefslogtreecommitdiff
path: root/ishtar_common
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common')
-rw-r--r--ishtar_common/views_item.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/views_item.py b/ishtar_common/views_item.py
index 1e4cc0b9c..48d8e229b 100644
--- a/ishtar_common/views_item.py
+++ b/ishtar_common/views_item.py
@@ -121,6 +121,8 @@ LIST_FIELDS = { # key: hierarchic depth
"development_type": HIERARCHIC_LEVELS,
"monitoring_justification": HIERARCHIC_LEVELS,
"types": HIERARCHIC_LEVELS,
+ "documentations": HIERARCHIC_LEVELS,
+ "excavation_technics": HIERARCHIC_LEVELS,
"discovery_method": 0,
"discovery_status": 0,
"current_status": 0,
@@ -150,9 +152,7 @@ LIST_FIELDS = { # key: hierarchic depth
"data_type": 0,
"origin": 0,
"provider": 0,
- "excavation_technics": 0,
"activity": 0,
- "documentations": 0,
}
HIERARCHIC_FIELDS = list(LIST_FIELDS.keys())