[Erp5-report] r17108 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Oct 23 11:00:22 CEST 2007
Author: seb
Date: Tue Oct 23 11:00:22 2007
New Revision: 17108
URL: http://svn.erp5.org?rev=17108&view=rev
Log:
make Folder_reindexAll working when HBtreeFolder is not there
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_reindexAll.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_reindexAll.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_reindexAll.xml?rev=17108&r1=17107&r2=17108&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_reindexAll.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_reindexAll.xml Tue Oct 23 11:00:22 2007
@@ -110,7 +110,7 @@
\n
try:\n
tree_id_list = folder.getTreeIdList()\n
-except NotImplementedError:\n
+except NotImplementedError, AttributeError:\n
# Build a list of list, like this we parse ids only one time,\n
# and then Folder_reinexObjectList will work with one list at\n
# a time and remove it from the list of list\n
@@ -233,6 +233,7 @@
<string>Folder_reindexObjectList</string>
<string>tree_id_list</string>
<string>NotImplementedError</string>
+ <string>AttributeError</string>
<string>append</string>
<string>$append0</string>
<string>x</string>
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=17108&r1=17107&r2=17108&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Tue Oct 23 11:00:22 2007
@@ -1,1 +1,1 @@
-539
+541
More information about the Erp5-report
mailing list