summaryrefslogtreecommitdiff
path: root/archaeological_operations/views.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-19 13:09:51 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-19 13:09:51 +0200
commit1f1d9e31a0a3856a64912d1f5592b3cc57646e76 (patch)
treec4885502aec18a4f3e2a767a0e260c083400f23d /archaeological_operations/views.py
parent681a21282b66d9bde3bc49f56de825f6de2687dc (diff)
downloadIshtar-1f1d9e31a0a3856a64912d1f5592b3cc57646e76.tar.bz2
Ishtar-1f1d9e31a0a3856a64912d1f5592b3cc57646e76.zip
Person sheet: improve display of documents (refs #2944)
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r--archaeological_operations/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py
index 8eb289c7d..607f06a81 100644
--- a/archaeological_operations/views.py
+++ b/archaeological_operations/views.py
@@ -182,6 +182,7 @@ get_operationsource = get_item(
'description': 'description__icontains',
'comment': 'comment__icontains',
'additional_information': 'additional_information__icontains',
+ 'person': 'authors__person__pk',
'operation__towns': 'operation__towns__pk',
'operation__operation_code': 'operation__operation_code',
'operation__code_patriarche': 'operation__code_patriarche',