Commit 89b7989b authored by Łukasz Nowak's avatar Łukasz Nowak

- after refactoring cleanup - pass all arguments, which are not in kw anymore...

 - after refactoring cleanup - pass all arguments, which are not in kw anymore and sort arguments as they are received


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26577 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 151fd60c
...@@ -2265,7 +2265,10 @@ class Base( CopyContainer, ...@@ -2265,7 +2265,10 @@ class Base( CopyContainer,
Returns the list of acquired categories Returns the list of acquired categories
""" """
return self._getCategoryTool().getAcquiredCategoryMembershipList(self, return self._getCategoryTool().getAcquiredCategoryMembershipList(self,
category, base=base, spec=spec, filter=filter, **kw ) category, spec=spec, filter=filter,
portal_type=portal_type, base=base,
keep_default=keep_default,
checked_permission=checked_permission, **kw )
security.declareProtected( Permissions.AccessContentsInformation, security.declareProtected( Permissions.AccessContentsInformation,
'getAcquiredCategoryMembershipList' ) 'getAcquiredCategoryMembershipList' )
......
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