diff options
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 |
commit | 69f03e48e57f025309b4e4226abf775256777d4d (patch) | |
tree | e012fc3ca4027faa4be60c2bc67217339e2ee742 /archaeological_operations/views.py | |
parent | 2b364f7ffa5ded766bec8753e9bc990b446f1407 (diff) | |
download | Ishtar-69f03e48e57f025309b4e4226abf775256777d4d.tar.bz2 Ishtar-69f03e48e57f025309b4e4226abf775256777d4d.zip |
Administrativ act: display and search act's object
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r-- | archaeological_operations/views.py | 2 |
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'}, |