From f4ad201217d2a3cedaff9740981bde23f039a79a Mon Sep 17 00:00:00 2001 From: Kevin Deldycke <kevin@nexedi.com> Date: Thu, 20 Jul 2006 08:53:45 +0000 Subject: [PATCH] Add description on validation workflow. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8618 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_workflow/validation_workflow.xml | 14 ++++++++++++++ product/ERP5/bootstrap/erp5_core/bt/change_log | 3 +++ product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow.xml index 8251bbe4f5..72338b93f2 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow.xml @@ -30,6 +30,16 @@ <none/> </value> </item> + <item> + <key> <string>creation_guard</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string>The validation allows for making sure information entered into the system has been validated by relevant agents before it is shared.</string> </value> + </item> <item> <key> <string>groups</string> </key> <value> @@ -44,6 +54,10 @@ <key> <string>initial_state</string> </key> <value> <string>draft</string> </value> </item> + <item> + <key> <string>manager_bypass</string> </key> + <value> <int>0</int> </value> + </item> <item> <key> <string>permissions</string> </key> <value> diff --git a/product/ERP5/bootstrap/erp5_core/bt/change_log b/product/ERP5/bootstrap/erp5_core/bt/change_log index 241d685a33..30364fe6b9 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/change_log +++ b/product/ERP5/bootstrap/erp5_core/bt/change_log @@ -1,3 +1,6 @@ +2006-07-20 Kevin +* Add description on validation workflow. + 2006-06-30 Thomas * Added PlanningBox 3rd part scripts, including stats and axis generation. diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 8fdd954df9..8580e7b684 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -22 \ No newline at end of file +30 \ No newline at end of file -- 2.30.9