diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml index 08a60e09943108002e53eda738ac4d6aacfa13fa..13210d4785dd81cff6f8cc9b28d344a67ae54023 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml @@ -182,13 +182,6 @@ for folder in tool_list:\n start_tree=start_tree,\n stop_tree=stop_tree,)\n \n -# Then we index ERP5 Python Scripts\n -print "#### Indexing ERP5 Python Scripts ####"\n -for path, obj in portal.portal_skins.ZopeFind(portal.portal_skins, obj_metatypes=(\'ERP5 Python Script\',), search_sub=1):\n - obj.activate(tag=folder_tag,\n - priority=object_priority,\n - after_tag=folder_after_tag).immediateReindexObject(sql_catalog_id=sql_catalog_id)\n -\n # Then we index everything except inventories\n for folder in portal.objectValues(("ERP5 Folder",)):\n if folder.getId().find(\'inventory\') < 0:\n diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 9f64218df68d582fa29c2b5c649557ad766c3b5a..223e54c9d4b2b48a51a29c6922c7e6d416331163 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -41058 \ No newline at end of file +41059 \ No newline at end of file