Commit 641dfe78 authored by Vincent Pelletier's avatar Vincent Pelletier

Use new getBaseCategoryDict instead of getBaseCategoryList.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9710 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 41c88615
...@@ -562,7 +562,7 @@ class CatalogTool (UniqueObject, ZCatalog, CMFCoreCatalogTool, ActiveObject): ...@@ -562,7 +562,7 @@ class CatalogTool (UniqueObject, ZCatalog, CMFCoreCatalogTool, ActiveObject):
default_destination_title | category,catalog/title/z_related_destination default_destination_title | category,catalog/title/z_related_destination
""" """
related_key_list = [] related_key_list = []
base_cat_id_list = self.portal_categories.getBaseCategoryList() base_cat_id_list = self.portal_categories.getBaseCategoryDict()
default_string = 'default_' default_string = 'default_'
strict_string = 'strict_' strict_string = 'strict_'
for key in kw.keys(): for key in kw.keys():
......
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