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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 16 12:10:45 CEST 2008


Author: jerome
Date: Fri May 16 12:10:41 2008
New Revision: 20992

URL: http://svn.erp5.org?rev=20992&view=rev
Log:
fix NameError

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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_checkConsistency.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_checkConsistency.xml?rev=20992&r1=20991&r2=20992&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_checkConsistency.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_checkConsistency.xml Fri May 16 12:10:41 2008
@@ -75,7 +75,7 @@
     message_list.append(err.getTranslatedMessage())\n
   else:\n
     # backward compatibility:\n
-    message.append(err[3])\n
+    message_list.append(err[3])\n
 \n
 if message_list:\n
   raise ValidationFailed, message_list\n
@@ -137,7 +137,6 @@
                             <string>err</string>
                             <string>getattr</string>
                             <string>None</string>
-                            <string>message</string>
                             <string>_getitem_</string>
                           </tuple>
                         </value>

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=20992&r1=20991&r2=20992&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Fri May 16 12:10:41 2008
@@ -1,1 +1,1 @@
-819
+820




More information about the Erp5-report mailing list