-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.1.0 Beta 2, 7.1.X, Master
-
Component/s: Page Templates, Translations
-
Labels:None
-
Fix Priority:3
-
Git Pull Request:
Reproducing steps
- In a given site, go to Build > Site Pages > Page Templates
- Add a new collection
- Add a page template in that collection
- Edit the page template
- Switch to a non-English language
Expected: The label "Draft" should be translated
Observed: The label "Draft" is not translated
Comment
It seems that the method com.liferay.layout.admin.web.internal.display.context.FragmentsEditorContext.getEditorContext() is getting the workflow status without localizing it first.