From adea9c3e7e2767809546d3b696447edf89a5f6fe Mon Sep 17 00:00:00 2001
From: Kevin Deldycke <kevin@nexedi.com>
Date: Wed, 19 Jul 2006 11:28:09 +0000
Subject: [PATCH] Add state title

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8565 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_workflow/publication_workflow/states/draft.xml | 8 +++++++-
 .../publication_workflow/states/published.xml             | 8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/bt5/erp5_web/WorkflowTemplateItem/portal_workflow/publication_workflow/states/draft.xml b/bt5/erp5_web/WorkflowTemplateItem/portal_workflow/publication_workflow/states/draft.xml
index 8e48e760ef..f12c1fb120 100644
--- a/bt5/erp5_web/WorkflowTemplateItem/portal_workflow/publication_workflow/states/draft.xml
+++ b/bt5/erp5_web/WorkflowTemplateItem/portal_workflow/publication_workflow/states/draft.xml
@@ -18,6 +18,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_owner</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
         <item>
             <key> <string>description</string> </key>
             <value> <string></string> </value>
@@ -34,7 +40,7 @@
         </item>
         <item>
             <key> <string>title</string> </key>
-            <value> <string></string> </value>
+            <value> <string>Draft</string> </value>
         </item>
         <item>
             <key> <string>transitions</string> </key>
diff --git a/bt5/erp5_web/WorkflowTemplateItem/portal_workflow/publication_workflow/states/published.xml b/bt5/erp5_web/WorkflowTemplateItem/portal_workflow/publication_workflow/states/published.xml
index b9bb0433a5..b38c150791 100644
--- a/bt5/erp5_web/WorkflowTemplateItem/portal_workflow/publication_workflow/states/published.xml
+++ b/bt5/erp5_web/WorkflowTemplateItem/portal_workflow/publication_workflow/states/published.xml
@@ -18,6 +18,12 @@
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_owner</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
         <item>
             <key> <string>description</string> </key>
             <value> <string></string> </value>
@@ -34,7 +40,7 @@
         </item>
         <item>
             <key> <string>title</string> </key>
-            <value> <string></string> </value>
+            <value> <string>Published</string> </value>
         </item>
         <item>
             <key> <string>transitions</string> </key>
-- 
2.30.9