Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Michael SaechangMichael Saechang(Deactivated)Reporter
EudaldoEudaldoBranch Version/s
6.1.xBackported to Branch
CommittedGit Pull Request
Fix versions
Affects versions
Priority
Medium
Details
Details
Assignee
Michael Saechang
Michael Saechang(Deactivated)Reporter
Eudaldo
EudaldoBranch Version/s
6.1.x
Backported to Branch
Committed
Git Pull Request
Fix versions
Affects versions
Priority
Zendesk Support
Zendesk Support
Zendesk Support
Created July 12, 2012 at 2:18 AM
Updated June 24, 2023 at 3:48 PM
Resolved July 14, 2012 at 11:18 AM
Evertime we use <liferay-ui:message key="whatever" /> inside javascript code, it should be used like this: <liferay-ui:message key="whatever" unicode="<%= true %>".
To automate this, when we open an aui:script tag, we set an attribute in the request for unicode=true, and then liferay-ui:message tries to read that parameter. If it is found, then we set unicode to true. Then, when we close the aui:scrip tag we would remove the attribute.