Commit 8f4aefdf authored by Jérome Perrin's avatar Jérome Perrin

refuse to pass transitions when building.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4753 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 11ca4c42
......@@ -18,12 +18,6 @@
<none/>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>actbox_category</string> </key>
<value> <string>workflow</string> </value>
......
......@@ -85,7 +85,6 @@
<tuple>
<string>Assignor</string>
<string>Assignee</string>
<string>Owner</string>
</tuple>
</value>
</item>
......
......@@ -32,7 +32,7 @@
</item>
<item>
<key> <string>after_script_name</string> </key>
<value> <string>Delivery_build</string> </value>
<value> <string>Delivery_Build</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -58,7 +58,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Confirm</string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>trigger_type</string> </key>
......
......@@ -91,7 +91,7 @@
<tuple>
<string>Assignor</string>
<string>Assignee</string>
<string>Owner</string>
<string></string>
</tuple>
</value>
</item>
......
......@@ -90,7 +90,6 @@
<value>
<tuple>
<string>Assignor</string>
<string>Assignee</string>
</tuple>
</value>
</item>
......@@ -111,7 +110,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: here.getPortalType() != \'Balance Transaction\'</string> </value>
<value> <string>python: here.getProperty(\'causality_state\', \'default\') != \'building\'</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -79,11 +79,16 @@
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>expr</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Assignee</string>
</tuple>
</value>
......@@ -91,4 +96,23 @@
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Products.CMFCore.Expression</string>
<string>Expression</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: here.getProperty(\'causality_state\', \'default\') != \'building\'</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
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