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 8e48e760ef6e31cd1d443be66c6d52453b77c2e5..f12c1fb120147d1b36f9e70463ea67e59caa43d9 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 b9bb0433a5e20bcf094a5db8a60c89bf6a522962..b38c15079149cf209940f165dfa5c4d7f4f79648 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>