Commit 5949d33b authored by Tatuya Kamada's avatar Tatuya Kamada

2010-11-04 tatuya

* Fix stop_action on invoice_workflow. The settings were missing.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39871 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 806d4c43
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="TransitionDefinition" module="Products.DCWorkflow.Transitions"/>
<tuple/>
</tuple>
<global name="TransitionDefinition" module="Products.DCWorkflow.Transitions"/>
</pickle>
<pickle>
<dictionary>
......@@ -15,11 +12,11 @@
</item>
<item>
<key> <string>actbox_name</string> </key>
<value> <string></string> </value>
<value> <string>Stop Invoice</string> </value>
</item>
<item>
<key> <string>actbox_url</string> </key>
<value> <string></string> </value>
<value> <string>%(content_url)s/Base_viewWorkflowActionDialog?workflow_action=stop_action</string> </value>
</item>
<item>
<key> <string>after_script_name</string> </key>
......@@ -32,7 +29,7 @@
<item>
<key> <string>guard</string> </key>
<value>
<none/>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
......@@ -58,4 +55,32 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="Guard" module="Products.DCWorkflow.Guard"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>expr</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="Expression" module="Products.CMFCore.Expression"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: here.getProperty(\'causality_state\', \'default\') not in (\'building\', \'diverged\')</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2010-11-04 tatuya
* Fix stop_action on invoice_workflow. The settings were missing.
2010-10-27 yusei
* Fix invoice_workflow. Some user-action transitions were missing. Permission settings on started and stopped states were missing.
......
94
\ No newline at end of file
95
\ 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