[Erp5-report] r24656 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Nov 21 13:23:07 CET 2008


Author: jerome
Date: Fri Nov 21 13:23:04 2008
New Revision: 24656

URL: http://svn.erp5.org?rev=24656&view=rev
Log:
one more fix to prevent failure in module workflow dialog when no documents are selected

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_modifyWorkflowStatus.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_modifyWorkflowStatus.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_modifyWorkflowStatus.xml?rev=24656&r1=24655&r2=24656&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_modifyWorkflowStatus.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_modifyWorkflowStatus.xml [utf8] Fri Nov 21 13:23:04 2008
@@ -55,6 +55,9 @@
             <key> <string>_body</string> </key>
             <value> <string>from Products.ERP5Type.Message import translateString\n
 \n
+if listbox is None:\n
+  listbox = []\n
+\n
 request = context.REQUEST\n
 portal = context.getPortalObject()\n
 \n
@@ -91,7 +94,7 @@
         </item>
         <item>
             <key> <string>_params</string> </key>
-            <value> <string>listbox, comment=\'\', form_id=\'view\', **kw</string> </value>
+            <value> <string>listbox=None, comment=\'\', form_id=\'view\', **kw</string> </value>
         </item>
         <item>
             <key> <string>errors</string> </key>
@@ -123,6 +126,7 @@
                             <string>kw</string>
                             <string>Products.ERP5Type.Message</string>
                             <string>translateString</string>
+                            <string>None</string>
                             <string>_getattr_</string>
                             <string>context</string>
                             <string>request</string>
@@ -149,6 +153,7 @@
             <key> <string>func_defaults</string> </key>
             <value>
               <tuple>
+                <none/>
                 <string></string>
                 <string>view</string>
               </tuple>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=24656&r1=24655&r2=24656&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Fri Nov 21 13:23:04 2008
@@ -1,1 +1,1 @@
-1025
+1026




More information about the Erp5-report mailing list