-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 DXP SP9, 7.0.X, 7.1.2 CE GA3, 7.1.X, Master
-
Fix Version/s: 7.0.10.13 DXP SP13, 7.0.X, 7.1.X, Master
-
Component/s: Translations, Workflow > My Submissions, Workflow > My Workflow Tasks
-
Branch Version/s:7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Sprint:Workflow_7.2_08
-
Git Pull Request:
Reproducing steps
- In a site, go to Configuration > Workflow.
- Change the workflow assigned to Blogs Entry to Single Approver.
- Go to Content > Blogs and create a new blog entry.
- Go to My Account > My Workflow Tasks > My Workflow Tasks > Assigned to My Roles.
- Click on the blog entry just submitted.
- Click on the section Activities
- Change to a language other than English (by adding the locale to the url, e.g., /es).
Expected: The activity description is completely localized.
Observed: The activity description is not fully localized: the string "Assigned initial task." is not translated.
Comment
The string "Assigned initial task." is hardcoded in the method com.liferay.portal.workflow.kaleo.runtime.internal.node.TaskNodeExecutor#doEnter.