Save the context in the request


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34709 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bca9c5bc
......@@ -103,6 +103,8 @@ dQEAAAAA</string> </value>
</tal:block>\n
</tal:block>\n
\n
<!-- save the context for the macros -->\n
<tal:block tal:define="dummy python: request.set(\'here\', here)">\n
<!-- Calculating by group the max length of columns to merge -->\n
<tal:block tal:repeat="group python: [g for g in group_list if g not in (\'hidden\', )]">\n
<!-- if we have other fields to display, calculate max column len, which will be used \n
......@@ -130,6 +132,7 @@ dQEAAAAA</string> </value>
<table:table-cell table:style-name=\'Default\'/>\n
</table:table-row>\n
</tal:block>\n
</tal:block>\n
</tal:block>\n
</table:table>\n
</office:spreadsheet>\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment