From 136394e6b9cc08b36ae0d5d55d324b6e0cfdf7d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 27 Nov 2007 17:23:16 +0000 Subject: [PATCH] getCategoryChildTranslatedCompactTitleItemList is a more consistent name git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17833 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/CMFCategory/Category.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/CMFCategory/Category.py b/product/CMFCategory/Category.py index ddc84d2023..2998be0b54 100644 --- a/product/CMFCategory/Category.py +++ b/product/CMFCategory/Category.py @@ -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 -- 2.30.9