Commit 025f7a8a authored by Jérome Perrin's avatar Jérome Perrin

add all arguments from the interface


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26556 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 90e36bef
...@@ -2259,8 +2259,8 @@ class Base( CopyContainer, ...@@ -2259,8 +2259,8 @@ class Base( CopyContainer,
security.declareProtected( Permissions.AccessContentsInformation, 'getCategoryMembershipList' ) security.declareProtected( Permissions.AccessContentsInformation, 'getCategoryMembershipList' )
getCategoryMembershipList = _getCategoryMembershipList getCategoryMembershipList = _getCategoryMembershipList
def _getAcquiredCategoryMembershipList(self, category, base=0 , spec=(), def _getAcquiredCategoryMembershipList(self, category, spec=(), filter=None,
filter=None, **kw ): portal_type=(), base=0, keep_default=1, checked_permission=None, **kw):
""" """
Returns the list of acquired categories Returns the list of acquired categories
""" """
......
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