[Erp5-report] r9018 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplate...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 3 13:48:58 CEST 2006


Author: vincent
Date: Thu Aug  3 13:48:55 2006
New Revision: 9018

URL: http://svn.erp5.org?rev=9018&view=rev
Log:
Prevent from calling a form object when assigning.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.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/view_main.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml?rev=9018&r1=9017&r2=9018&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml Thu Aug  3 13:48:55 2006
@@ -75,7 +75,7 @@
 <tal:block metal:define-macro="master">\n
   <tal:block tal:define="object_uid here/getUid | nothing;\n
                          object_path here/getPath | nothing;\n
-                         form form | nothing;\n
+                         form nocall: form | nothing;\n
                          form_id form/id | nothing;\n
                          form_action python: form and form.action not in (\'\', None) and here.portal_membership.checkPermission(\'Modify portal content\', here) and form.action or nothing;\n
 \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=9018&r1=9017&r2=9018&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Thu Aug  3 13:48:55 2006
@@ -1,1 +1,1 @@
-65
+67




More information about the Erp5-report mailing list