From 16dcc9b1cdc618f654ab161ad145d92404430f84 Mon Sep 17 00:00:00 2001 From: Yusei Tahara <yusei@nexedi.com> Date: Thu, 15 Jan 2009 16:41:01 +0000 Subject: [PATCH] 2009-01-15 Guillaume * Workflow titles and descriptions clean up. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25132 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_workflow/edit_workflow.xml | 2 +- .../edit_workflow/transitions/edit.xml | 4 ++-- .../edit_workflow/transitions/edit_action.xml | 4 ++-- .../portal_workflow/preference_workflow.xml | 2 +- .../preference_workflow/states/deleted.xml | 2 +- .../preference_workflow/transitions/delete.xml | 4 ++-- .../transitions/delete_action.xml | 4 ++-- .../preference_workflow/transitions/disable.xml | 4 ++-- .../transitions/disable_action.xml | 11 ++++------- .../preference_workflow/transitions/enable.xml | 4 ++-- .../transitions/enable_action.xml | 11 ++++------- .../rule_validation_workflow/states/deleted.xml | 2 +- .../rule_validation_workflow/states/invalidated.xml | 2 +- .../rule_validation_workflow/states/validated.xml | 2 +- .../rule_validation_workflow/transitions/delete.xml | 2 +- .../transitions/delete_action.xml | 2 +- .../transitions/invalidate.xml | 2 +- .../transitions/invalidate_action.xml | 2 +- .../transitions/validate.xml | 2 +- .../transitions/validate_action.xml | 2 +- .../portal_workflow/validation_workflow.xml | 2 +- .../validation_workflow/states/deleted.xml | 2 +- .../validation_workflow/states/invalidated.xml | 2 +- .../validation_workflow/states/validated.xml | 2 +- .../validation_workflow/transitions/delete.xml | 4 ++-- .../transitions/delete_action.xml | 13 +++++-------- .../validation_workflow/transitions/invalidate.xml | 4 ++-- .../transitions/invalidate_action.xml | 11 ++++------- .../validation_workflow/transitions/validate.xml | 4 ++-- .../transitions/validate_action.xml | 11 ++++------- product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 31 files changed, 56 insertions(+), 71 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/edit_workflow.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/edit_workflow.xml index 291c364242..b9943f1000 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/edit_workflow.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/edit_workflow.xml @@ -23,7 +23,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string>Workflow that defined the edition of a document</string> </value> + <value> <string>Worflow that defines the edition of a document</string> </value> </item> <item> <key> <string>groups</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/edit_workflow/transitions/edit.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/edit_workflow/transitions/edit.xml index 2afcd67bf1..5150726ca3 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/edit_workflow/transitions/edit.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/edit_workflow/transitions/edit.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string>action called when editiing a documen</string> </value> + <value> <string>action called when editing a document</string> </value> </item> <item> <key> <string>guard</string> </key> @@ -49,7 +49,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>edit</string> </value> + <value> <string>Edit</string> </value> </item> <item> <key> <string>trigger_type</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/edit_workflow/transitions/edit_action.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/edit_workflow/transitions/edit_action.xml index 65eed5cbd5..da413a53ca 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/edit_workflow/transitions/edit_action.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/edit_workflow/transitions/edit_action.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string>action called by user when editiing a documen</string> </value> + <value> <string>action called when editing a document</string> </value> </item> <item> <key> <string>guard</string> </key> @@ -49,7 +49,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>edit_action</string> </value> + <value> <string>Edit Action</string> </value> </item> <item> <key> <string>trigger_type</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow.xml index fb9b82ff22..5885d580e0 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow.xml @@ -59,7 +59,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>User Profiles Workflow</string> </value> + <value> <string>User Preference Workflow</string> </value> </item> </dictionary> </pickle> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/states/deleted.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/states/deleted.xml index b4c4028557..d36193e69c 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/states/deleted.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/states/deleted.xml @@ -11,7 +11,7 @@ <dictionary> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> <string>Documents in this state were deleted by the user as a result of clicking on the trash button or calling the delete action</string> </value> </item> <item> <key> <string>id</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/delete.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/delete.xml index 2ae3473beb..0f87343746 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/delete.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/delete.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> <string>Delete a document in ERP5</string> </value> </item> <item> <key> <string>guard</string> </key> @@ -49,7 +49,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>delete</string> </value> + <value> <string>Delete</string> </value> </item> <item> <key> <string>trigger_type</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/delete_action.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/delete_action.xml index fa1acf1e22..878a8858e5 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/delete_action.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/delete_action.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> <string>Delete a document in ERP5</string> </value> </item> <item> <key> <string>guard</string> </key> @@ -49,7 +49,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string></string> </value> + <value> <string>Delete Action</string> </value> </item> <item> <key> <string>trigger_type</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/disable.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/disable.xml index f62aa5c9ca..d7414d8045 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/disable.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/disable.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string>Action wich will disable the preference</string> </value> + <value> <string>Action which will disable the preference</string> </value> </item> <item> <key> <string>guard</string> </key> @@ -49,7 +49,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>disable</string> </value> + <value> <string>Disable</string> </value> </item> <item> <key> <string>trigger_type</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/disable_action.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/disable_action.xml index 3b2cb3b00f..6b82be0dda 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/disable_action.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/disable_action.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> <string>Action which will disable the preference</string> </value> </item> <item> <key> <string>guard</string> </key> @@ -49,7 +49,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string></string> </value> + <value> <string>Disable Action</string> </value> </item> <item> <key> <string>trigger_type</string> </key> @@ -67,11 +67,8 @@ <record id="2" aka="AAAAAAAAAAI="> <pickle> <tuple> - <tuple> - <string>Products.DCWorkflow.Guard</string> - <string>Guard</string> - </tuple> - <none/> + <global name="Guard" module="Products.DCWorkflow.Guard"/> + <tuple/> </tuple> </pickle> <pickle> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/enable.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/enable.xml index 3b099d253f..92d4cf096b 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/enable.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/enable.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string>Enable a preference</string> </value> + <value> <string>Enables a preference</string> </value> </item> <item> <key> <string>guard</string> </key> @@ -49,7 +49,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>enable</string> </value> + <value> <string>Enable</string> </value> </item> <item> <key> <string>trigger_type</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/enable_action.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/enable_action.xml index 9c3aa57eb8..dac8d66f6d 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/enable_action.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/transitions/enable_action.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> <string>Enables a preference</string> </value> </item> <item> <key> <string>guard</string> </key> @@ -49,7 +49,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string></string> </value> + <value> <string>Enable Action</string> </value> </item> <item> <key> <string>trigger_type</string> </key> @@ -61,11 +61,8 @@ <record id="2" aka="AAAAAAAAAAI="> <pickle> <tuple> - <tuple> - <string>Products.DCWorkflow.Guard</string> - <string>Guard</string> - </tuple> - <none/> + <global name="Guard" module="Products.DCWorkflow.Guard"/> + <tuple/> </tuple> </pickle> <pickle> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/states/deleted.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/states/deleted.xml index 03003ebf17..500079e1fc 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/states/deleted.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/states/deleted.xml @@ -11,7 +11,7 @@ <dictionary> <item> <key> <string>description</string> </key> - <value> <string>Documents in this state were deleted by the user as a result of clicking on the trash button.</string> </value> + <value> <string>Documents in this state were deleted by the user as a result of clicking on the trash button or calling the delete action</string> </value> </item> <item> <key> <string>id</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/states/invalidated.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/states/invalidated.xml index 99d6160b1c..7b66f02356 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/states/invalidated.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/states/invalidated.xml @@ -11,7 +11,7 @@ <dictionary> <item> <key> <string>description</string> </key> - <value> <string>State of the document which is not validated</string> </value> + <value> <string>State of a document that has been invalidated in ERP5</string> </value> </item> <item> <key> <string>id</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/states/validated.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/states/validated.xml index b837a92a97..0544f30500 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/states/validated.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/states/validated.xml @@ -11,7 +11,7 @@ <dictionary> <item> <key> <string>description</string> </key> - <value> <string>state of a document which has been validated</string> </value> + <value> <string>State of a document that has been validated in ERP5</string> </value> </item> <item> <key> <string>id</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/delete.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/delete.xml index daef3cd1be..0f87343746 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/delete.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/delete.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> <string>Delete a document in ERP5</string> </value> </item> <item> <key> <string>guard</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/delete_action.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/delete_action.xml index 5597fa5eed..0e3cc0cf55 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/delete_action.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/delete_action.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string>The action call by the user to set the document to the deleted state</string> </value> + <value> <string>Delete a document in ERP5</string> </value> </item> <item> <key> <string>guard</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/invalidate.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/invalidate.xml index 8d61e87c6b..1844e96b75 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/invalidate.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/invalidate.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> <string>This action invalidates a document in ERP5</string> </value> </item> <item> <key> <string>guard</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/invalidate_action.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/invalidate_action.xml index fd61fcb68e..1e79de8d58 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/invalidate_action.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/invalidate_action.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> <string>This action invalidates a document in ERP5</string> </value> </item> <item> <key> <string>guard</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/validate.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/validate.xml index 817a2b6453..c91b09819f 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/validate.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/validate.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> <string>Validates a document in ERP5</string> </value> </item> <item> <key> <string>guard</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/validate_action.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/validate_action.xml index e7f0a93b4e..81a8e4c0dd 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/validate_action.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/rule_validation_workflow/transitions/validate_action.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> <string>Validates a document in ERP5</string> </value> </item> <item> <key> <string>guard</string> </key> 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 73e7ed6ce7..4652e05f99 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 @@ -23,7 +23,7 @@ </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> + <value> <string>Validation helps confirming the entered data by relevant agents before it is shared.</string> </value> </item> <item> <key> <string>groups</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/states/deleted.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/states/deleted.xml index a2950db606..fa1598880c 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/states/deleted.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/states/deleted.xml @@ -11,7 +11,7 @@ <dictionary> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> <string>Documents in this state were deleted by the user as a result of clicking on the trash button or calling the delete action</string> </value> </item> <item> <key> <string>id</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/states/invalidated.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/states/invalidated.xml index 155faca433..3ab578d80b 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/states/invalidated.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/states/invalidated.xml @@ -11,7 +11,7 @@ <dictionary> <item> <key> <string>description</string> </key> - <value> <string>State of the document which is not validated</string> </value> + <value> <string>State of a document that has been invalidated in ERP5</string> </value> </item> <item> <key> <string>id</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/states/validated.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/states/validated.xml index 0ea706e682..1472eaf5c7 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/states/validated.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/states/validated.xml @@ -11,7 +11,7 @@ <dictionary> <item> <key> <string>description</string> </key> - <value> <string>state of a document which has been validated</string> </value> + <value> <string>State of a document that has been validated in ERP5</string> </value> </item> <item> <key> <string>id</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/delete.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/delete.xml index 2ae3473beb..0f87343746 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/delete.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/delete.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> <string>Delete a document in ERP5</string> </value> </item> <item> <key> <string>guard</string> </key> @@ -49,7 +49,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>delete</string> </value> + <value> <string>Delete</string> </value> </item> <item> <key> <string>trigger_type</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/delete_action.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/delete_action.xml index f8f1f17251..515b79b094 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/delete_action.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/delete_action.xml @@ -19,7 +19,7 @@ </item> <item> <key> <string>actbox_url</string> </key> - <value> <string>%(content_url)s/BaseWorkflow_viewWorkflowActionDialog?workflow_action=delete_action</string> </value> + <value> <string></string> </value> </item> <item> <key> <string>after_script_name</string> </key> @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string>The Delete action is invoked whenever the use uses the trash icon to delete a document.</string> </value> + <value> <string>Delete a document in ERP5</string> </value> </item> <item> <key> <string>guard</string> </key> @@ -49,7 +49,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>Delete</string> </value> + <value> <string>Delete Action</string> </value> </item> <item> <key> <string>trigger_type</string> </key> @@ -61,11 +61,8 @@ <record id="2" aka="AAAAAAAAAAI="> <pickle> <tuple> - <tuple> - <string>Products.DCWorkflow.Guard</string> - <string>Guard</string> - </tuple> - <none/> + <global name="Guard" module="Products.DCWorkflow.Guard"/> + <tuple/> </tuple> </pickle> <pickle> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/invalidate.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/invalidate.xml index a8f02ba785..1844e96b75 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/invalidate.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/invalidate.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string>Action that invalidate a document</string> </value> + <value> <string>This action invalidates a document in ERP5</string> </value> </item> <item> <key> <string>guard</string> </key> @@ -49,7 +49,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>invalidate</string> </value> + <value> <string>Invalidate</string> </value> </item> <item> <key> <string>trigger_type</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/invalidate_action.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/invalidate_action.xml index f289b3432a..c31a5dfb36 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/invalidate_action.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/invalidate_action.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> <string>This action invalidates a document in ERP5</string> </value> </item> <item> <key> <string>guard</string> </key> @@ -49,7 +49,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string></string> </value> + <value> <string>Invalidate Action</string> </value> </item> <item> <key> <string>trigger_type</string> </key> @@ -61,11 +61,8 @@ <record id="2" aka="AAAAAAAAAAI="> <pickle> <tuple> - <tuple> - <string>Products.DCWorkflow.Guard</string> - <string>Guard</string> - </tuple> - <none/> + <global name="Guard" module="Products.DCWorkflow.Guard"/> + <tuple/> </tuple> </pickle> <pickle> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/validate.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/validate.xml index d8591e2beb..c91b09819f 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/validate.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/validate.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string>action that will mark the document as validated</string> </value> + <value> <string>Validates a document in ERP5</string> </value> </item> <item> <key> <string>guard</string> </key> @@ -49,7 +49,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>validate</string> </value> + <value> <string>Validate</string> </value> </item> <item> <key> <string>trigger_type</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/validate_action.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/validate_action.xml index bc35563740..dcaf4f1531 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/validate_action.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/validation_workflow/transitions/validate_action.xml @@ -27,7 +27,7 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> <string>Validates a document in ERP5</string> </value> </item> <item> <key> <string>guard</string> </key> @@ -49,7 +49,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string></string> </value> + <value> <string>Validate Action</string> </value> </item> <item> <key> <string>trigger_type</string> </key> @@ -61,11 +61,8 @@ <record id="2" aka="AAAAAAAAAAI="> <pickle> <tuple> - <tuple> - <string>Products.DCWorkflow.Guard</string> - <string>Guard</string> - </tuple> - <none/> + <global name="Guard" module="Products.DCWorkflow.Guard"/> + <tuple/> </tuple> </pickle> <pickle> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index e4b9b2cc2d..20657575e2 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1064 \ No newline at end of file +1065 \ No newline at end of file -- 2.30.9