[jira] [Commented] (OFBIZ-12023) Label issue on List Companies page

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-12023) Label issue on List Companies page

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-12023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17247896#comment-17247896 ]

ASF subversion and git services commented on OFBIZ-12023:
---------------------------------------------------------

Commit ce2f66b7204d6695240acbb5c5e7e4364f7f999f in ofbiz-framework's branch refs/heads/release17.12 from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=ce2f66b ]

Fixed: Hyperlink title under form widget doesn't support character encoding for special characters (OFBIZ-12026)

When we use any title with special characters for hyperlink tag, it shows broken
string on UI, eg:
<hyperlink description="${uiLabelMap.CommonImportExport}"  target="ImportExport">
should render a button with the title "Import/Export. But it shows as
Import&#x2f;Export

jleroux: I have noticed that the same happens with special French characters.
So it's a general issue.
The title (description in code) is HTML encoded and that does not work for
special characters. I simply used a string encoder.

Thanks: Pradeep Choudhary for report, Sourabh Jain for a possible but not
general solution at OFBIZ-12023, ie using target-type="plain"


> Label issue on List Companies page
> ----------------------------------
>
>                 Key: OFBIZ-12023
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12023
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: Trunk
>            Reporter: Lalit Dashora
>            Assignee: sourabh jain
>            Priority: Major
>             Fix For: 18.12.01, 17.12.05
>
>         Attachments: OFBIZ-12023.patch, importExportUiLableIssue.png
>
>
> # 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 message was sent by Atlassian Jira
(v8.3.4#803005)