Commit 157d939d authored by Romain Courteaud's avatar Romain Courteaud

Always expand all simulation movements by default.

No divergency should occur in the automated slapos business process.
parent 5e3b473e
...@@ -63,8 +63,8 @@ if len(rule_trade_phase_list) > 0:\n ...@@ -63,8 +63,8 @@ if len(rule_trade_phase_list) > 0:\n
# If Business Process does not define trade phase do not apply\n # If Business Process does not define trade phase do not apply\n
return False\n return False\n
\n \n
if movement.getSimulationState() in business_link.getCompletedStateList():\n # if movement.getSimulationState() in business_link.getCompletedStateList():\n
return True\n # return True\n
\n \n
return False\n return False\n
......
57 58
\ No newline at end of file \ No newline at end of file
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