Commit a3f0dbf7 authored by Julien Muchembled's avatar Julien Muchembled

ERP5Catalog: fix handling of partial failure in catalogObjectList

parent 4859cd0a
......@@ -796,7 +796,7 @@ class CatalogTool (UniqueObject, ZCatalog, CMFCoreCatalogTool, ActiveObject):
if tmp_object_list:
for x in object_list:
if x[0] in tmp_object_list:
del object_list[3] # no result means failed
del x[3] # no result means failed
else:
super(CatalogTool, self).catalogObjectList(object_list, *args, **kw)
......
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