[Erp5-report] r10245 - /erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/porta...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 22 14:25:17 CEST 2006


Author: vincent
Date: Fri Sep 22 14:25:15 2006
New Revision: 10245

URL: http://svn.erp5.org?rev=10245&view=rev
Log:
Make "form_id" parameter optionnal : it has no meaning if this script is called from portal.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_createModule.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_createModule.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_createModule.xml?rev=10245&r1=10244&r2=10245&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_createModule.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_createModule.xml Fri Sep 22 14:25:15 2006
@@ -248,7 +248,7 @@
         </item>
         <item>
             <key> <string>_params</string> </key>
-            <value> <string>form_id, module_portal_type, portal_skins_folder, object_portal_type, object_title, module_id, module_title, selection_index=0, selection_name=\'\'</string> </value>
+            <value> <string>module_portal_type, portal_skins_folder, object_portal_type, object_title, module_id, module_title, selection_index=0, selection_name=\'\', form_id=\'\'</string> </value>
         </item>
         <item>
             <key> <string>errors</string> </key>
@@ -274,7 +274,6 @@
                         <key> <string>co_varnames</string> </key>
                         <value>
                           <tuple>
-                            <string>form_id</string>
                             <string>module_portal_type</string>
                             <string>portal_skins_folder</string>
                             <string>object_portal_type</string>
@@ -283,6 +282,7 @@
                             <string>module_title</string>
                             <string>selection_index</string>
                             <string>selection_name</string>
+                            <string>form_id</string>
                             <string>Products.Formulator.Errors</string>
                             <string>ValidationError</string>
                             <string>FormValidationError</string>
@@ -327,6 +327,7 @@
               <tuple>
                 <int>0</int>
                 <string></string>
+                <string></string>
               </tuple>
             </value>
         </item>




More information about the Erp5-report mailing list