Commit 2f43e2f6 authored by Łukasz Nowak's avatar Łukasz Nowak

- do not pass context to other methods


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26687 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b06aa26e
......@@ -135,7 +135,7 @@ class BusinessPath(Path):
Overriden in order to take into account dynamic arrow
categories
"""
context = kw.get('context')
context = kw.pop('context', None)
result = Path._getAcquiredCategoryMembershipList(self, category, **kw)
if context is not None:
dynamic_category_list = self._getDynamicCategoryList(context)
......
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