diff options
| 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 |
| commit | 0e97b4834e3877018d61a140f1ec81d9e2215cfa (patch) | |
| tree | ff1e4357510202200d6fbb505fe3f13c43cffbf2 /ishtar_common | |
| parent | f83bdb58aee1cba40395aaba4d3c399f0016006a (diff) | |
| download | Ishtar-0e97b4834e3877018d61a140f1ec81d9e2215cfa.tar.bz2 Ishtar-0e97b4834e3877018d61a140f1ec81d9e2215cfa.zip | |
Add full export of context record's sources
Diffstat (limited to 'ishtar_common')
| -rw-r--r-- | ishtar_common/templatetags/window_tables.py | 5 |
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') |
