Commit e9fda605 authored by Jérome Perrin's avatar Jérome Perrin

call report method earlier, so that report method have a chance to store value

in REQUEST for report's fields.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13421 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b3883861
......@@ -64,6 +64,7 @@
<author>ERP5</author>\n
<subject>Print Example</subject>\n
<content tal:define="group_list python: form.get_groups(include_empty=1);\n
report_item_list python:report_method();\n
field_errors python: request.get(\'field_errors\',{});\n
dummy python: request.set(\'here\',here); ">\n
\n
......@@ -144,7 +145,7 @@
\n
\n
<tal:block tal:define="portal_object here/portal_url/getPortalObject">\n
<tal:block tal:repeat="report_item python:report_method()">\n
<tal:block tal:repeat="report_item report_item_list">\n
<tal:block tal:define="here python:report_item.getObject(portal_object);\n
dummy python:report_item.pushReport(portal_object)">\n
<tal:block tal:condition="report_item/getTitle | report_item/getTranslatedTitle">\n
......
22
\ No newline at end of file
23
\ No newline at end of file
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