[Erp5-report] r8565 - /erp5/trunk/bt5/erp5_web/WorkflowTemplateItem/portal_workflow/publica...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jul 19 13:28:13 CEST 2006


Author: kevin
Date: Wed Jul 19 13:28:09 2006
New Revision: 8565

URL: http://svn.erp5.org?rev=8565&view=rev
Log:
Add state title

Modified:
    erp5/trunk/bt5/erp5_web/WorkflowTemplateItem/portal_workflow/publication_workflow/states/draft.xml
    erp5/trunk/bt5/erp5_web/WorkflowTemplateItem/portal_workflow/publication_workflow/states/published.xml

Modified: erp5/trunk/bt5/erp5_web/WorkflowTemplateItem/portal_workflow/publication_workflow/states/draft.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/WorkflowTemplateItem/portal_workflow/publication_workflow/states/draft.xml?rev=8565&r1=8564&r2=8565&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/WorkflowTemplateItem/portal_workflow/publication_workflow/states/draft.xml (original)
+++ erp5/trunk/bt5/erp5_web/WorkflowTemplateItem/portal_workflow/publication_workflow/states/draft.xml Wed Jul 19 13:28:09 2006
@@ -19,6 +19,12 @@
             </value>
         </item>
         <item>
+            <key> <string>_owner</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
             <key> <string>description</string> </key>
             <value> <string></string> </value>
         </item>
@@ -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>

Modified: erp5/trunk/bt5/erp5_web/WorkflowTemplateItem/portal_workflow/publication_workflow/states/published.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/WorkflowTemplateItem/portal_workflow/publication_workflow/states/published.xml?rev=8565&r1=8564&r2=8565&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/WorkflowTemplateItem/portal_workflow/publication_workflow/states/published.xml (original)
+++ erp5/trunk/bt5/erp5_web/WorkflowTemplateItem/portal_workflow/publication_workflow/states/published.xml Wed Jul 19 13:28:09 2006
@@ -19,6 +19,12 @@
             </value>
         </item>
         <item>
+            <key> <string>_owner</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
             <key> <string>description</string> </key>
             <value> <string></string> </value>
         </item>
@@ -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>




More information about the Erp5-report mailing list