Commit 3d917df2 authored by Yoshinori Okuji's avatar Yoshinori Okuji

getCategoryRelativeUrl accepts arbitrary parameters.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3548 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5eef334f
......@@ -285,7 +285,7 @@ class Category(Folder):
security.declareProtected(Permissions.AccessContentsInformation,
'getCategoryRelativeUrl')
def getCategoryRelativeUrl(self, base=0 ):
def getCategoryRelativeUrl(self, base=0, **kw):
"""
Returns a relative_url of this category relative
to its base category (if base is 0) or to
......
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