[
https://issues.apache.org/jira/browse/OFBIZ-12026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17240671#comment-17240671 ]
ASF subversion and git services commented on OFBIZ-12026:
---------------------------------------------------------
Commit f6176dba99a28b4e539adc50725cb4a394a7447f in ofbiz-framework's branch refs/heads/release17.12 from Jacques Le Roux
[
https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=f6176db ]
Fixed: Label issue on List Companies page (OFBIZ-12023)
Navigate to URL: 'accounting/control/ListCompanies'
Under the companies list, the last column has button for import export.
The System is not showing proper label.
This issue is occurring due to the hyperlink title is not supporting character
encoding for special characters. Please track progress under OFBIZ-12026.
Thanks: Lalit Dashora for report, sourabh jain for patch, Daniel Watford for test
> Hyperlink title under form widget doesn't support character encoding for special characters
> -------------------------------------------------------------------------------------------
>
> Key: OFBIZ-12026
> URL:
https://issues.apache.org/jira/browse/OFBIZ-12026> Project: OFBiz
> Issue Type: Bug
> Affects Versions: Release Branch 17.12, Trunk
> Reporter: Pradeep Choudhary
> Assignee: Jacques Le Roux
> Priority: Minor
> Attachments: Screenshot from 2020-09-26 18-16-25.png
>
>
> When we use any title with special characters for hyperlink tag, it shows broken string on UI.
> here,
> {code:java}
> <field name="importexport" title=" " use-when="hasBasicPermission" widget-style="buttontext">
> <hyperlink description="${uiLabelMap.CommonImportExport}" target="ImportExport">
> <parameter param-name="organizationPartyId" from-field="partyId"/>
> </hyperlink>
> </field>
> {code}
> <hyperlink description="${uiLabelMap.CommonImportExport}" target="ImportExport">
> It should render a button with the title "Import/Export. But it shows as
> {code:java}
> Import/Export{code}
> Please check attached image for the same.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)