Commit f7ffdcb5 authored by Aurel's avatar Aurel

do not reset goto_current_catalog as we don't know archive order


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18330 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 70af6fd7
......@@ -763,7 +763,6 @@ class ZCatalog(Folder, Persistent, Implicit):
catalog_id = None
for archive in archive_obj_list:
if archive.test(obj) is True:
goto_current_catalog = 0
catalog_id = archive.getCatalogId()
# if current catalog, no need to construct dict as it will be reindex now
if catalog_id in (default_catalog.id, self.source_sql_catalog_id):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment