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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jul 25 18:34:53 CEST 2008


Author: jerome
Date: Fri Jul 25 18:34:52 2008
New Revision: 22668

URL: http://svn.erp5.org?rev=22668&view=rev
Log:
keys from dictionnaries in the list of category info returned by Base_getCategoriesSpreadSheetMapping must be strings, not unicode

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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getCategoriesSpreadSheetMapping.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getCategoriesSpreadSheetMapping.xml?rev=22668&r1=22667&r2=22668&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getCategoriesSpreadSheetMapping.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getCategoriesSpreadSheetMapping.xml Fri Jul 25 18:34:52 2008
@@ -174,7 +174,7 @@
       # started, that seems the path definition has ended\n
       if \'path_0\' in property_map.values():\n
         path_index == None\n
-      property_map[column_index] = column_id\n
+      property_map[column_index] = column_id.encode(\'utf8\')\n
     column_index += 1\n
 \n
   # Construct categories data (with absolute path) from table lines\n

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=22668&r1=22667&r2=22668&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Fri Jul 25 18:34:52 2008
@@ -1,1 +1,1 @@
-917
+918




More information about the Erp5-report mailing list