Commit 46fa97b8 authored by Romain Courteaud's avatar Romain Courteaud

Call Base_getRelatedObjectParameter on the ERP5 Document

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27688 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 92f4af23
......@@ -44,7 +44,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
proxy_form_id_list python: context.Base_getRelatedObjectParameter(\'proxy_listbox_ids\');\n
proxy_form_id_list python: here.Base_getRelatedObjectParameter(\'proxy_listbox_ids\');\n
dummy python: local_parameter_list.update({ \'field_id\': request[\'field_id\'], \'cancel_url\': request[\'cancel_url\'],\n
\'saved_form_data\': dict(request[\'saved_form_data\'])});">\n
<tal:block metal:use-macro="here/dialog_main/macros/master">\n
......
769
\ No newline at end of file
770
\ 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