Commit c1daabec authored by Mame Coumba Sall's avatar Mame Coumba Sall

Fix "Modified wf condition to get transitions to be available even if...

Fix "Modified wf condition to get transitions to be available even if causality state is in "draft""
parent acf04df8
......@@ -90,7 +90,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: here.getSimulationState() not in here.getPortalDraftOrderStateList()</string> </value>
<value> <string>python: not here.Delivery_isDivergent()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -91,7 +91,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: here.getSimulationState() not in here.getPortalDraftOrderStateList()</string> </value>
<value> <string>python: not here.Delivery_isDivergent()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -91,7 +91,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: here.getSimulationState() not in here.getPortalDraftOrderStateList()</string> </value>
<value> <string>python: not here.Delivery_isDivergent()</string> </value>
</item>
</dictionary>
</pickle>
......
831
\ No newline at end of file
832
\ 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