Commit 91747943 authored by Vincent Pelletier's avatar Vincent Pelletier

fixup! {ERP5,ZSQL}Catalog: Wrap all documents at once.

parent e0ea2a0d
......@@ -699,7 +699,7 @@ class ZCatalog(Folder, Persistent, Implicit):
This method should be overridden if necessary.
"""
return object_list
return object_value_list
security.declareProtected(manage_zcatalog_entries, 'catalog_object')
def catalog_object(self, obj, url=None, idxs=[], is_object_moved=0, sql_catalog_id=None, **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