[Erp5-report] r27688 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 19 16:46:49 CEST 2009


Author: romain
Date: Fri Jun 19 16:46:45 2009
New Revision: 27688

URL: http://svn.erp5.org?rev=27688&view=rev
Log:
Call Base_getRelatedObjectParameter on the ERP5 Document

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/relation_form.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/relation_form.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/relation_form.xml?rev=27688&r1=27687&r2=27688&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/relation_form.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/relation_form.xml [utf8] Fri Jun 19 16:46:45 2009
@@ -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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=27688&r1=27687&r2=27688&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Fri Jun 19 16:46:45 2009
@@ -1,1 +1,1 @@
-769
+770




More information about the Erp5-report mailing list