Commit 719b1d0c authored by Łukasz Nowak's avatar Łukasz Nowak

- fast parameter is not used for updateCausalityState (exactly called...

 - fast parameter is not used for updateCausalityState (exactly called isDivergent is ignoring this parameter)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29462 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f29c3e6a
......@@ -73,7 +73,7 @@ if packing_list_state == "draft":\n
packing_list.startBuilding()\n
# Then an activity should put the causality state in diverged or solved\n
packing_list.activate(after_path_and_method_id=(related_simulation_movement_path_list,\n
(\'immediateReindexObject\',\'recursiveImmediateReindexObject\'))).updateCausalityState(fast=1)\n
(\'immediateReindexObject\',\'recursiveImmediateReindexObject\'))).updateCausalityState()\n
</string> </value>
</item>
<item>
......
741
\ No newline at end of file
742
\ 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