Commit 19725a01 authored by Łukasz Nowak's avatar Łukasz Nowak

- fix typos

 - use _list for categories


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28331 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9daa46c5
...@@ -192,7 +192,7 @@ class BPMRule(Predicate, XMLObject): ...@@ -192,7 +192,7 @@ class BPMRule(Predicate, XMLObject):
def _getCurrentMovementList(self, applied_rule, **kw): def _getCurrentMovementList(self, applied_rule, **kw):
""" """
Returns the list of current children of the applied rule, sorted in 3 Returns the list of current children of the applied rule, sorted in 3
groups : immutables/mutables/deletable groups : immutable/mutable/deletable
* immutable is frozen * immutable is frozen
* mutable is not frozen, but delivered * mutable is not frozen, but delivered
...@@ -370,7 +370,7 @@ class BPMRule(Predicate, XMLObject): ...@@ -370,7 +370,7 @@ class BPMRule(Predicate, XMLObject):
property_dict['stop_date'] = movement.getStopDate() property_dict['stop_date'] = movement.getStopDate()
# save a relation to business path # save a relation to business path
property_dict['causality_value'] = business_path property_dict['causality_value_list'] = [business_path]
# rule specific # rule specific
property_dict.update(**self._getExpandablePropertyUpdateDict(applied_rule, property_dict.update(**self._getExpandablePropertyUpdateDict(applied_rule,
......
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