Commit 9f9e6a71 authored by Fabien Morin's avatar Fabien Morin

2008-03-12 Fabien

* associate Requirement Document to a validation workflow.
* set role acquisition to 0

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19812 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 03e02439
...@@ -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="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
<string>Products.ERP5Type.ERP5Type</string> <tuple/>
<string>ERP5TypeInformation</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -44,7 +41,7 @@ ...@@ -44,7 +41,7 @@
</item> </item>
<item> <item>
<key> <string>acquire_local_roles</string> </key> <key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>allowed_content_types</string> </key> <key> <string>allowed_content_types</string> </key>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</chain> </chain>
<chain> <chain>
<type>Requirement Document</type> <type>Requirement Document</type>
<workflow>edit_workflow</workflow> <workflow>edit_workflow, validation_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Task</type> <type>Task</type>
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</chain> </chain>
<chain> <chain>
<type>Task Report</type> <type>Task Report</type>
<workflow>delivery_simulation_interaction_workflow, task_report_causality_workflow, edit_workflow, delivery_causality_interaction_workflow, task_report_workflow</workflow> <workflow>delivery_simulation_interaction_workflow, delivery_causality_interaction_workflow, edit_workflow, task_report_causality_workflow, task_report_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Task Report Line</type> <type>Task Report Line</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>
...@@ -116,6 +113,7 @@ ...@@ -116,6 +113,7 @@
<list> <list>
<string>my_source_decision_title</string> <string>my_source_decision_title</string>
<string>my_destination_decision_title</string> <string>my_destination_decision_title</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>
2008-03-12 Fabien
* associate Requirement Document to a validation workflow.
* set role acquisition to 0
2008-03-03 Seb 2008-03-03 Seb
* added tab in order to see task reports * added tab in order to see task reports
on project on project
......
394 398
\ No newline at end of file \ No newline at end of file
...@@ -2,6 +2,7 @@ Project Line | edit_workflow ...@@ -2,6 +2,7 @@ Project Line | edit_workflow
Project | edit_workflow Project | edit_workflow
Project | project_workflow Project | project_workflow
Requirement Document | edit_workflow Requirement Document | edit_workflow
Requirement Document | validation_workflow
Requirement | edit_workflow Requirement | edit_workflow
Requirement | requirement_analysis_workflow Requirement | requirement_analysis_workflow
Task Line | edit_workflow Task Line | 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