summaryrefslogtreecommitdiff
path: root/archaeological_operations/views.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-12-28 12:31:25 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-12-28 12:31:25 +0100
commit794aa547ae60ffc5016fed4663c3a9463e5830dd (patch)
treee012fc3ca4027faa4be60c2bc67217339e2ee742 /archaeological_operations/views.py
parentaf40ab0a860176686f2ad8f8b8bd0ec6fb29d510 (diff)
downloadIshtar-794aa547ae60ffc5016fed4663c3a9463e5830dd.tar.bz2
Ishtar-794aa547ae60ffc5016fed4663c3a9463e5830dd.zip
Administrativ act: display and search act's object
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r--archaeological_operations/views.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py
index bde48b1b6..8d15c80ee 100644
--- a/archaeological_operations/views.py
+++ b/archaeological_operations/views.py
@@ -166,6 +166,7 @@ get_administrativeactop = get_item(
'operation__towns': 'operation__towns__pk',
'act_type__intented_to': 'act_type__intented_to',
'year': 'signature_date__year',
+ 'act_object': 'act_object__icontains',
'history_creator':
'history_creator__ishtaruser__person__pk',
'operation__towns__numero_insee__startswith':
@@ -180,6 +181,7 @@ get_administrativeact = get_item(
'indexed': 'index__isnull',
'history_creator':
'history_creator__ishtaruser__person__pk',
+ 'act_object': 'act_object__icontains',
'operation__towns__numero_insee__startswith':
'operation__towns__numero_insee__startswith',
'operation__towns': 'operation__towns__pk'},