diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_reindexAll.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_reindexAll.xml index ddbcf665558dba77c46369fe093e88cca24c5983..b9600738456cf3bc25afb0e3e8a75cb24b42fce7 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_reindexAll.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_reindexAll.xml @@ -121,9 +121,8 @@ except (NotImplementedError, AttributeError):\n id_list = [x for x in folder.objectIds()]\n id_list_list = []\n for bundle_index in xrange(len(id_list) / BUNDLE_ITEM_COUNT):\n - Folder_reindexObjectList(id_list=id_list[bundle_index * BUNDLE_ITEM_COUNT:((bundle_index + 1) * BUNDLE_ITEM_COUNT)])\n id_list_list.append(id_list[bundle_index * BUNDLE_ITEM_COUNT:((bundle_index + 1) * BUNDLE_ITEM_COUNT)])\n -\n + Folder_reindexObjectList(id_list_list)\n remaining_object_id_count = len(id_list) % BUNDLE_ITEM_COUNT\n if remaining_object_id_count > 0:\n id_list_list.append(id_list[-remaining_object_id_count:])\n diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index e953fd4efb6e75f9bf318ddf6fb7e303eb1c9bea..941d0e591f298ec5df6cec8484dac4cda1c255ac 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -545 \ No newline at end of file +479 \ No newline at end of file