From 0e97b4834e3877018d61a140f1ec81d9e2215cfa Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 2 Jun 2016 17:32:57 +0200 Subject: Add full export of context record's sources --- ishtar_common/templatetags/window_tables.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ishtar_common') diff --git a/ishtar_common/templatetags/window_tables.py b/ishtar_common/templatetags/window_tables.py index 6bed38201..a4801995a 100644 --- a/ishtar_common/templatetags/window_tables.py +++ b/ishtar_common/templatetags/window_tables.py @@ -35,8 +35,9 @@ ASSOCIATED_MODELS['context_records'] = (ContextRecord, 'get-contextrecord', ASSOCIATED_MODELS['context_records_for_ope'] = ( ContextRecord, 'get-contextrecord-for-ope', 'get-contextrecord-full') -ASSOCIATED_MODELS['context_records_docs'] = (ContextRecordSource, - 'get-contextrecordsource', '') +ASSOCIATED_MODELS['context_records_docs'] = ( + ContextRecordSource, + 'get-contextrecordsource', 'get-contextrecordsource-full') ASSOCIATED_MODELS['finds'] = (Find, 'get-find', 'get-find-full') ASSOCIATED_MODELS['finds_for_ope'] = ( Find, 'get-find-for-ope', 'get-find-full') -- cgit v1.2.3