[Erp5-report] r6778 - /erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 18 13:38:23 CEST 2006


Author: jerome
Date: Tue Apr 18 13:38:21 2006
New Revision: 6778

URL: http://svn.erp5.org?rev=6778&view=rev
Log:
ERP5Site_updateTranslationTable doesnt support after_tag. (+ typo)

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml?rev=6778&r1=6777&r2=6778&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml Tue Apr 18 13:38:21 2006
@@ -78,8 +78,7 @@
                              passive_commit=passive_commit)\n
 \n
 print "#### Indexing translations ####"\n
-context.ERP5Site_updateTranslationTable(after_tag=(\'person_stage_1\', ),\n
-                                        sql_catalog_id=sql_catalog_id)\n
+context.ERP5Site_updateTranslationTable(sql_catalog_id=sql_catalog_id)\n
 \n
 print "#### Indexing categories ####"\n
 context.portal_categories.reindexObject(tag=\'module\',\n
@@ -94,7 +93,7 @@
                            passive_commit=passive_commit)\n
 \n
 print "#### Indexing alarms ####"\n
-context.portal_preferences.reindexObject(tag=\'module\',\n
+context.portal_alarms.reindexObject(tag=\'module\',\n
                                          after_tag=(\'person_stage_1\', ),\n
                                          sql_catalog_id=sql_catalog_id,\n
                                          passive_commit=passive_commit)\n




More information about the Erp5-report mailing list