Commit 1bbae412 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

_getMovementGeneratorContext() should accept applied_rule, otherwise an...

_getMovementGeneratorContext() should accept applied_rule, otherwise an appropriate context cannot be calculated.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31193 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 135ed1b3
......@@ -223,7 +223,7 @@ class RuleMixin:
"""
raise NotImplementedError
def _getMovementGeneratorContext(self):
def _getMovementGeneratorContext(self, applied_rule):
"""
Return the movement generator context to use for expand
"""
......
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