mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user