Commit 136394e6 authored by Jérome Perrin's avatar Jérome Perrin

getCategoryChildTranslatedCompactTitleItemList is a more consistent name


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17833 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 407edcae
......@@ -368,8 +368,8 @@ class Category(Folder):
base=base, **kw)
security.declareProtected(Permissions.AccessContentsInformation,
'getCategoryChildCompactTranslatedTitleItemList')
def getCategoryChildCompactTranslatedTitleItemList(self, recursive=1, base=0, **kw):
'getCategoryChildTranslatedCompactTitleItemList')
def getCategoryChildTranslatedCompactTitleItemList(self, recursive=1, base=0, **kw):
"""
Returns a list of tuples by parsing recursively all categories in a
given list of base categories. Uses translated_compact_title as default method
......
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