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 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Type.ERP5Type</string>
<string>ERP5TypeInformation</string>
</tuple>
<none/>
<global name="ERP5TypeInformation" module="Products.ERP5Type.ERP5Type"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -44,7 +41,7 @@
</item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>allowed_content_types</string> </key>
......
......@@ -13,7 +13,7 @@
</chain>
<chain>
<type>Requirement Document</type>
<workflow>edit_workflow</workflow>
<workflow>edit_workflow, validation_workflow</workflow>
</chain>
<chain>
<type>Task</type>
......@@ -25,7 +25,7 @@
</chain>
<chain>
<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>
<type>Task Report Line</type>
......
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Form.Form</string>
<string>ERP5Form</string>
</tuple>
<none/>
<global name="ERP5Form" module="Products.ERP5Form.Form"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -116,6 +113,7 @@
<list>
<string>my_source_decision_title</string>
<string>my_destination_decision_title</string>
<string>my_translated_validation_state_title</string>
</list>
</value>
</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
* added tab in order to see task reports
on project
......
394
\ No newline at end of file
398
\ No newline at end of file
......@@ -2,6 +2,7 @@ Project Line | edit_workflow
Project | edit_workflow
Project | project_workflow
Requirement Document | edit_workflow
Requirement Document | validation_workflow
Requirement | edit_workflow
Requirement | requirement_analysis_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