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

2020-12-11 Thread ASF subversion and git services (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:

should render a button with the title "Import/Export. But it shows as
Import/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)


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

2020-12-11 Thread ASF subversion and git services (Jira)


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

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

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

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:

should render a button with the title "Import/Export. But it shows as
Import/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)


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

2020-12-11 Thread ASF subversion and git services (Jira)


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

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

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

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:

should render a button with the title "Import/Export. But it shows as
Import/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)


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

2020-12-08 Thread ASF subversion and git services (Jira)


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

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

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

Fixed: Label issue on List Companies page (OFBIZ-12023)

Navigate to URL: 'accounting/control/ListCompanies'
Under the companies list, the 2nd column has button for account
The System is not showing proper label in French.

This issue is occurring due to the hyperlink title is not supporting character
encoding for special characters. Please track progress under OFBIZ-12026.


> 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)


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

2020-12-07 Thread ASF subversion and git services (Jira)


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

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

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

Fixed: Label issue on List Companies page (OFBIZ-12023)

Navigate to URL: 'accounting/control/ListCompanies'
Under the companies list, the 2nd column has button for account
The System is not showing proper label in French.

This issue is occurring due to the hyperlink title is not supporting character
encoding for special characters. Please track progress under OFBIZ-12026.


> 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)


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

2020-12-07 Thread ASF subversion and git services (Jira)


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

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

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

Fixed: Label issue on List Companies page (OFBIZ-12023)

Navigate to URL: 'accounting/control/ListCompanies'
Under the companies list, the 2nd column has button for account
The System is not showing proper label in French.

This issue is occurring due to the hyperlink title is not supporting character
encoding for special characters. Please track progress under OFBIZ-12026.


> 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)


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

2020-11-30 Thread ASF subversion and git services (Jira)


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

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

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


> 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
> 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)


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

2020-11-30 Thread ASF subversion and git services (Jira)


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

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

Commit 976cef7fa04a2aa144c994131eab0ce3f02fc2c7 in ofbiz-framework's branch 
refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=976cef7 ]

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


> 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
> 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)


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

2020-11-30 Thread ASF subversion and git services (Jira)


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

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

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

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


> 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
> 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)


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

2020-11-29 Thread Daniel Watford (Jira)


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

Daniel Watford commented on OFBIZ-12023:


Tested PASS

Tested by visiting [https://localhost:8443/accounting/control/ListCompanies] 
before and after applying the patch.

After applying the patch the Import / Export button's text was rendered 
correctly.

> 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
> 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)


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

2020-11-28 Thread sourabh jain (Jira)


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

sourabh jain commented on OFBIZ-12023:
--

Hello All,
I have added the patch for resolving an issue of showing the improper label on 
the List Companies page.

Added an attribute in the hyperlink.
OFBIZ-12023.patch
Please let me know if any modification is needed.

> 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
> 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)


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

2020-09-26 Thread Pradeep Choudhary (Jira)


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

Pradeep Choudhary commented on OFBIZ-12023:
---

This issue is occurring due to the hyperlink title is not supporting character 
encoding for special characters.

Please track progress under OFBIZ-12026.

> 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
>Priority: Major
> Attachments: 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)