Commit 87e73229 authored by Jérome Perrin's avatar Jérome Perrin

Also add validation workflow on currency exchange line

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17801 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4446deab
...@@ -29,11 +29,11 @@ ...@@ -29,11 +29,11 @@
</chain> </chain>
<chain> <chain>
<type>Currency</type> <type>Currency</type>
<workflow>edit_workflow</workflow> <workflow>validation_workflow, edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Currency Exchange Line</type> <type>Currency Exchange Line</type>
<workflow>currency_exchange_line_interaction_workflow, edit_workflow</workflow> <workflow>validation_workflow, currency_exchange_line_interaction_workflow, edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Email</type> <type>Email</type>
......
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ERP5Form" module="Products.ERP5Form.Form"/>
<string>Products.ERP5Form.Form</string> <tuple/>
<string>ERP5Form</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -120,6 +117,7 @@ ...@@ -120,6 +117,7 @@
<list> <list>
<string>my_source_title</string> <string>my_source_title</string>
<string>my_base_price</string> <string>my_base_price</string>
<string>my_translated_validation_state_title</string>
</list> </list>
</value> </value>
</item> </item>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_translated_validation_state_title</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_translated_workflow_state_title</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<string>Products.ERP5Form.ProxyField</string> <tuple/>
<string>ProxyField</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -19,6 +16,7 @@ ...@@ -19,6 +16,7 @@
<string>title</string> <string>title</string>
<string>columns</string> <string>columns</string>
<string>selection_name</string> <string>selection_name</string>
<string>default_params</string>
<string>editable_columns</string> <string>editable_columns</string>
</list> </list>
</value> </value>
...@@ -106,6 +104,21 @@ ...@@ -106,6 +104,21 @@
<string>base_price</string> <string>base_price</string>
<string>Fixing Price</string> <string>Fixing Price</string>
</tuple> </tuple>
<tuple>
<string>translated_validation_state_title</string>
<string>State</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>default_params</string> </key>
<value>
<list>
<tuple>
<string>checked_permission</string>
<string>View</string>
</tuple>
</list> </list>
</value> </value>
</item> </item>
......
226 227
\ No newline at end of file \ No newline at end of file
...@@ -9,6 +9,7 @@ Chat Address | edit_workflow ...@@ -9,6 +9,7 @@ Chat Address | edit_workflow
Credit Card | edit_workflow Credit Card | edit_workflow
Currency Exchange Line | currency_exchange_line_interaction_workflow Currency Exchange Line | currency_exchange_line_interaction_workflow
Currency Exchange Line | edit_workflow Currency Exchange Line | edit_workflow
Currency Exchange Line | validation_workflow
Currency | edit_workflow Currency | edit_workflow
Currency | validation_workflow Currency | validation_workflow
Email | edit_workflow Email | edit_workflow
......
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