From e290efbb63cd716a5c9939a5aab20104c3c30977 Mon Sep 17 00:00:00 2001 From: Gethin James Date: Tue, 13 Dec 2011 13:14:03 +0000 Subject: [PATCH] OPEN : ALF-11176: Untranslated strings in Group Review and Approve Task form Activiti has one default transition "Next". If there is no transition then the model builder was not finding a translation for the task outcome (and just using the english word, e.g. "Approve"). Now it looks up the translation workflowtask.outcome.[wf:outcome property] git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32724 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/workflow/workflow-messages.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/alfresco/workflow/workflow-messages.properties b/config/alfresco/workflow/workflow-messages.properties index 7b7255ee25..cee4e55a59 100644 --- a/config/alfresco/workflow/workflow-messages.properties +++ b/config/alfresco/workflow/workflow-messages.properties @@ -190,3 +190,8 @@ wf_workflowmodel.type.wf_submitGroupReviewTask.description=Submit documents for listconstraint.wf_reviewOutcomeOptions.Approve=Approve listconstraint.wf_reviewOutcomeOptions.Reject=Reject +# The result of a workflow task seen on Workflow Details - History +# This is formed by prefixing workflowtask.outcome to the value of the wf:outcome property +workflowtask.outcome.Approve=Approved +workflowtask.outcome.Reject=Rejected +