Commit 604c544c authored by Łukasz Nowak's avatar Łukasz Nowak

- add property for frozen states

 - update description


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27893 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3f7dc7f6
......@@ -56,7 +56,15 @@ class BusinessPath:
'type' : 'float',
'mode' : 'w' },
{ 'id' : 'completed_state',
'description' : 'Which movement of simulation state can be passed on this path',
'description' : 'List of states for which related Simulation '
'Movement is considered as completed',
'type' : 'lines',
'default' : [],
'multivalued' : 1,
'mode' : 'w' },
{ 'id' : 'frozen_state',
'description' : 'List of states for which related Simulation '
'Movement is considered as frozen',
'type' : 'lines',
'default' : [],
'multivalued' : 1,
......
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