[Erp5-report] r43382 aurel - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplate...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 16 16:15:44 CET 2011


Author: aurel
Date: Wed Feb 16 16:15:44 2011
New Revision: 43382

URL: http://svn.erp5.org?rev=43382&view=rev
Log:
object_list variable is a dict, not a list

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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_installBusinessTemplateListAction.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_installBusinessTemplateListAction.xml?rev=43382&r1=43381&r2=43382&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_installBusinessTemplateListAction.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_installBusinessTemplateListAction.xml [utf8] Wed Feb 16 16:15:44 2011
@@ -72,7 +72,7 @@ for item in listbox:\n
 bt_title_list = []\n
 for bt_id in bt_id_list:\n
   if bt_id not in bt_dict.keys():\n
-    object_list=[]\n
+    object_list={}\n
   else:\n
     object_list = bt_dict[bt_id]\n
   bt = context.portal_templates[bt_id]\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=43382&r1=43381&r2=43382&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Wed Feb 16 16:15:44 2011
@@ -1 +1 @@
-40884
\ No newline at end of file
+40885
\ No newline at end of file



More information about the Erp5-report mailing list