Commit 09aa0042 authored by Jérome Perrin's avatar Jérome Perrin

start action will not be possible if the transaction is still divergent to...

start action will not be possible if the transaction is still divergent to prevent building lines that will be inconsistent

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25350 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c2abd27c
......@@ -97,7 +97,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: here.getProperty(\'causality_state\', \'default\') != \'building\'</string> </value>
<value> <string>python: here.getProperty(\'causality_state\', \'default\') not in (\'building\', \'diverged\')</string> </value>
</item>
</dictionary>
</pickle>
......
851
\ No newline at end of file
852
\ 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