[Erp5-report] r30677 - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateIte...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 16 17:26:07 CET 2009


Author: leonardo
Date: Mon Nov 16 17:26:03 2009
New Revision: 30677

URL: http://svn.erp5.org?rev=30677&view=rev
Log:
Fix syntax error (default parameter before mandatory)

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_createCloneDocument.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_createCloneDocument.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_createCloneDocument.xml?rev=30677&r1=30676&r2=30677&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_createCloneDocument.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/Base_createCloneDocument.xml [utf8] Mon Nov 16 17:26:03 2009
@@ -138,7 +138,7 @@
         </item>
         <item>
             <key> <string>_params</string> </key>
-            <value> <string>clone=1, form_id, web_mode=0, editable_mode=0, batch_mode=0</string> </value>
+            <value> <string>clone=1, form_id=\'view\', web_mode=0, editable_mode=0, batch_mode=0</string> </value>
         </item>
         <item>
             <key> <string>_proxy_roles</string> </key>
@@ -215,7 +215,7 @@
             <value>
               <tuple>
                 <int>1</int>
-                <none/>
+                <string>view</string>
                 <int>0</int>
                 <int>0</int>
                 <int>0</int>




More information about the Erp5-report mailing list