Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0021649 | Openbravo ERP | A. Platform | public | 2012-09-14 11:12 | 2012-09-26 17:19 |
|
Reporter | ngarcia | |
Assigned To | AugustoMauch | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0MP16 | Fixed in Version | 3.0MP16 | |
Merge Request Status | |
Review Assigned To | dbaz |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 16973 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0021649: Linked items do not work fine if the window name has Chinese characters |
Description | Linked items do not work fine if the window name has Chinese characters. If the window you are navigating to is already open the name of the window is showed correctly, but if it is opened when you navigate ???? is showed as its name |
Steps To Reproduce | As system admin role:
Change the name of the Sales Order window to 销售定单
As group admin role:
Open the Sales Order window and Sales Invoice windows
Navigate from the Sales Invoice to the Sales Order window
Notice that the name is correctly showed
Now close the Sales order window and navigate to it again through the Sales Invoice window
Notice that the name of the window is showed as ???? |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-09-14 11:12 | ngarcia | New Issue | |
2012-09-14 11:12 | ngarcia | Assigned To | => AugustoMauch |
2012-09-14 11:12 | ngarcia | Modules | => Core |
2012-09-14 11:12 | ngarcia | OBNetwork customer | => Yes |
2012-09-14 11:12 | ngarcia | Support ticket | => 16973 |
2012-09-14 11:12 | ngarcia | Resolution time | => 1350511200 |
2012-09-14 11:12 | ngarcia | Issue Monitored: networkb | |
2012-09-14 13:10 | hgbot | Checkin | |
2012-09-14 13:10 | hgbot | Note Added: 0052137 | |
2012-09-14 13:10 | hgbot | Status | new => resolved |
2012-09-14 13:10 | hgbot | Resolution | open => fixed |
2012-09-14 13:10 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/245c366769f7d1f09b91b2481635ae6f908d95df [^] |
2012-09-24 16:54 | AugustoMauch | Note Added: 0052351 | |
2012-09-24 16:54 | AugustoMauch | Status | resolved => new |
2012-09-24 16:54 | AugustoMauch | Resolution | fixed => open |
2012-09-24 16:54 | AugustoMauch | Status | new => scheduled |
2012-09-24 16:54 | AugustoMauch | fix_in_branch | => pi |
2012-09-24 16:55 | AugustoMauch | Issue Monitored: dbaz | |
2012-09-24 16:55 | AugustoMauch | Closed by | => dbaz |
2012-09-24 16:55 | AugustoMauch | fix_in_branch | pi => |
2012-09-24 16:55 | AugustoMauch | Status | scheduled => resolved |
2012-09-24 16:55 | AugustoMauch | Fixed in Version | => 3.0MP16 |
2012-09-24 16:55 | AugustoMauch | Resolution | open => fixed |
2012-09-24 18:42 | dbaz | Note Added: 0052372 | |
2012-09-24 18:42 | dbaz | Status | resolved => closed |
2012-09-24 18:47 | dbaz | Issue End Monitor: dbaz | |
2012-09-26 17:19 | hudsonbot | Checkin | |
2012-09-26 17:19 | hudsonbot | Note Added: 0052762 | |
Notes |
|
(0052137)
|
hgbot
|
2012-09-14 13:10
|
|
Repository: erp/devel/pi
Changeset: 245c366769f7d1f09b91b2481635ae6f908d95df
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Sep 14 13:09:26 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/245c366769f7d1f09b91b2481635ae6f908d95df [^]
Fixes issue 21649: Chinese characters are shown properly in linked items
The encoding used at that point was ISO_8859-1, which did not allow chinese characters. It has been changed to UTF-8.
---
M src/org/openbravo/erpCommon/utility/ReferencedLink.java
---
|
|
|
|
Reopened to enter closed by field |
|
|
(0052372)
|
dbaz
|
2012-09-24 18:42
|
|
Reviewed @ changeset: 18003 - 4ac90ad8e2dc |
|
|
|
|