Commit 9dc69370 authored by Romain Courteaud's avatar Romain Courteaud

Add **kw parameter for method getCategoryChildValueList.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2464 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 37571dfb
......@@ -496,7 +496,7 @@ class BaseCategory(Category):
security.declareProtected(Permissions.AccessContentsInformation,
'getCategoryChildValueList')
def getCategoryChildValueList(self, recursive=1, include_if_child=1):
def getCategoryChildValueList(self, recursive=1, include_if_child=1, **kw):
"""
List the child objects of this category and all its subcategories.
......
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