summaryrefslogtreecommitdiff
path: root/archaeological_context_records/views.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-18 13:44:22 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-18 13:44:22 +0200
commit6c40a1c20aecdd826760bc5ab87c20dc2ea9f40b (patch)
tree838b2a369a6b10261bb8269366ae5666cb62ecaf /archaeological_context_records/views.py
parentd3183ca243377637f84f74862f2b2660a4364198 (diff)
downloadIshtar-6c40a1c20aecdd826760bc5ab87c20dc2ea9f40b.tar.bz2
Ishtar-6c40a1c20aecdd826760bc5ab87c20dc2ea9f40b.zip
Manage operation relation types in context record and find searches (refs #2799)
Diffstat (limited to 'archaeological_context_records/views.py')
-rw-r--r--archaeological_context_records/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/views.py b/archaeological_context_records/views.py
index 1b8585b82..4e3dcf7fe 100644
--- a/archaeological_context_records/views.py
+++ b/archaeological_context_records/views.py
@@ -80,6 +80,7 @@ def autocomplete_contextrecord(request):
get_contextrecord = get_item(
models.ContextRecord,
'get_contextrecord', 'contextrecord',
+ relation_types_prefix={'ope_relation_types': 'operation__'},
extra_request_keys=contextrecord_extra_keys,)
get_contextrecord_for_ope = get_item(
models.ContextRecord,