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
This commit is contained in:
Gethin James
2011-12-13 13:14:03 +00:00
parent 19dbebf49a
commit e290efbb63

View File

@@ -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