Commit 6f7d46f7 authored by Jérome Perrin's avatar Jérome Perrin

disallow transitions if the transaction is divergent

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29748 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2e19774f
......@@ -95,7 +95,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>
......
......@@ -96,7 +96,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>
......
1001
\ No newline at end of file
1003
\ 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