Commit 302cd3be authored by Jérome Perrin's avatar Jérome Perrin

Propagate "saved_form_data" introduced in r17787

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17789 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 990625eb
......@@ -56,7 +56,7 @@
xmlns:i18n="http://xml.zope.org/namespaces/i18n">\n
<tal:block metal:define-macro="master">\n
<tal:block tal:define="local_parameter_list local_parameter_list | python: {};\n
dummy python: local_parameter_list.update({\'field_id\': request[\'field_id\'], \'form_pickle\': request[\'form_pickle\'], \'form_signature\': request[\'form_signature\']});">\n
dummy python: local_parameter_list.update({\'field_id\': request[\'field_id\'], \'cancel_url\': request[\'cancel_url\'], \'saved_form_data\': dict(request[\'saved_form_data\'])});">\n
<tal:block metal:use-macro="here/form_dialog/macros/master" />\n
</tal:block>\n
</tal:block>\n
......
442
\ No newline at end of file
443
\ 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