From 59cdf3fb0fb66fefa75c853f1d6850d1a0e3b314 Mon Sep 17 00:00:00 2001 From: Yusei Tahara <yusei@nexedi.com> Date: Fri, 1 Jul 2011 17:10:21 +0900 Subject: [PATCH] Set proper title to interaction workflow. --- .../knowledge_pad_interaction_workflow.xml | 18 ++++++++++++++++++ bt5/erp5_knowledge_pad/bt/change_log | 3 +++ bt5/erp5_knowledge_pad/bt/comment | 4 ++-- bt5/erp5_knowledge_pad/bt/revision | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/bt5/erp5_knowledge_pad/WorkflowTemplateItem/portal_workflow/knowledge_pad_interaction_workflow.xml b/bt5/erp5_knowledge_pad/WorkflowTemplateItem/portal_workflow/knowledge_pad_interaction_workflow.xml index 2ec4b3f2b9..813a35e1ab 100644 --- a/bt5/erp5_knowledge_pad/WorkflowTemplateItem/portal_workflow/knowledge_pad_interaction_workflow.xml +++ b/bt5/erp5_knowledge_pad/WorkflowTemplateItem/portal_workflow/knowledge_pad_interaction_workflow.xml @@ -12,6 +12,16 @@ <tuple/> </value> </item> + <item> + <key> <string>creation_guard</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>groups</string> </key> <value> @@ -22,6 +32,14 @@ <key> <string>id</string> </key> <value> <string>knowledge_pad_interaction_workflow</string> </value> </item> + <item> + <key> <string>manager_bypass</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Knowledge Pad Interaction Workflow</string> </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_knowledge_pad/bt/change_log b/bt5/erp5_knowledge_pad/bt/change_log index 749091b198..0d3e68a0be 100644 --- a/bt5/erp5_knowledge_pad/bt/change_log +++ b/bt5/erp5_knowledge_pad/bt/change_log @@ -1,3 +1,6 @@ +2011-07-01 yusei +* Set proper title to interaction workflow. + 2011-01-14 Ivan * Use Jquery diff --git a/bt5/erp5_knowledge_pad/bt/comment b/bt5/erp5_knowledge_pad/bt/comment index 9ffdba0ba3..e43ee1cd8b 100644 --- a/bt5/erp5_knowledge_pad/bt/comment +++ b/bt5/erp5_knowledge_pad/bt/comment @@ -1,3 +1,3 @@ -Integration for Web Site is included in 'erp5_knowledge_pad_web'. -To use this bt5 you need to create respective security settings so an user has an 'Author' role on knowledge_pad_module. +Integration for Web Site is included in 'erp5_knowledge_pad_web'. +To use this bt5 you need to create respective security settings so an user has an 'Author' role on knowledge_pad_module. If required (using knowledge_pad_interaction_workflow) when an user is validated it's possible to create all needed knowledge pads for user in an advance. \ No newline at end of file diff --git a/bt5/erp5_knowledge_pad/bt/revision b/bt5/erp5_knowledge_pad/bt/revision index 9684b0f85d..f591613428 100644 --- a/bt5/erp5_knowledge_pad/bt/revision +++ b/bt5/erp5_knowledge_pad/bt/revision @@ -1 +1 @@ -723 \ No newline at end of file +724 \ No newline at end of file -- 2.30.9