summaryrefslogtreecommitdiff
path: root/archaeological_files/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
commit69f03e48e57f025309b4e4226abf775256777d4d (patch)
treee012fc3ca4027faa4be60c2bc67217339e2ee742 /archaeological_files/views.py
parent2b364f7ffa5ded766bec8753e9bc990b446f1407 (diff)
downloadIshtar-69f03e48e57f025309b4e4226abf775256777d4d.tar.bz2
Ishtar-69f03e48e57f025309b4e4226abf775256777d4d.zip
Administrativ act: display and search act's object
Diffstat (limited to 'archaeological_files/views.py')
-rw-r--r--archaeological_files/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_files/views.py b/archaeological_files/views.py
index ad6eff854..9b2044ecc 100644
--- a/archaeological_files/views.py
+++ b/archaeological_files/views.py
@@ -116,6 +116,7 @@ get_administrativeactfile = get_item(
'history_creator': 'history_creator__ishtaruser__person__pk',
'operation__towns': 'operation__towns__pk',
'act_type__intented_to': 'act_type__intented_to',
+ 'act_object': 'act_object__icontains',
'signature_date_before': 'signature_date__lte',
'signature_date_after': 'signature_date__gte',
'associated_file__general_contractor__attached_to':