summaryrefslogtreecommitdiff
path: root/ishtar_common
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-02 17:32:57 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-02 17:32:57 +0200
commitcc924dbba3c5673395c3385cc09b0ea01875514f (patch)
treeff1e4357510202200d6fbb505fe3f13c43cffbf2 /ishtar_common
parent51ab900d3a61c719923390be1fb980019ac1da56 (diff)
downloadIshtar-cc924dbba3c5673395c3385cc09b0ea01875514f.tar.bz2
Ishtar-cc924dbba3c5673395c3385cc09b0ea01875514f.zip
Add full export of context record's sources
Diffstat (limited to 'ishtar_common')
-rw-r--r--ishtar_common/templatetags/window_tables.py5
1 files changed, 3 insertions, 2 deletions
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')