Commit 471ff93e authored by Sebastien Robin's avatar Sebastien Robin

modified RootAppliedRuleCausalityMovmentGroup


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6044 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ea43b4e5
......@@ -308,6 +308,10 @@ class RootAppliedRuleCausalityMovementGroup(RootMovementGroup):
RootMovementGroup.__init__(self, movement=movement, **kw)
explanation_relative_url = self._getExplanationRelativeUrl(movement)
self.explanation = explanation_relative_url
explanation_value = movement.getPortalObject().restrictedTraverse(explanation_relative_url)
self.setGroupEdit(
root_causality_value_list = [explanation_value]
)
def _getExplanationRelativeUrl(self, movement):
""" Get the order value for a movement """
......
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