Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0009503 | Openbravo ERP | A. Platform | public | 2009-06-16 17:35 | 2009-07-27 00:00 |
Reporter | AinhoaPagola | ||||
Assigned To | alostale | ||||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 20 | OS Version | Ubuntu 8.4 | |
Product Version | main | ||||
Target Version | Fixed in Version | 2.50MP3 | |||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0009503: Messages not translated using setTitle function of OBError | ||||
Description | If I throw an OBError setting the title with setTitle function, the message will not be translated. Example: final OBError msg = new OBError(); msg.setType("Success"); msg.setTitle("@Success@"); msg.setMessage(""); The error will display in the UI with the following message "@Success@" instead of its corresponding translation: Process Completed Succesfully. On the other hand, the setMessage() part is correctly translated. If I do it this way: final OBError msg = new OBError(); msg.setType("Success"); msg.setTitle(""); msg.setMessage("@Success@"); It is properly translated. | ||||
Steps To Reproduce | Create a java file and throw an error using the code above. | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | 250MP3releasecandidate | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2009-06-16 17:35 | AinhoaPagola | New Issue | |||
2009-06-16 17:35 | AinhoaPagola | Assigned To | => rafaroda | ||
2009-06-30 19:14 | psarobe | Status | new => scheduled | ||
2009-06-30 19:14 | psarobe | Assigned To | rafaroda => alostale | ||
2009-06-30 19:14 | psarobe | fix_in_branch | => pi | ||
2009-06-30 19:15 | psarobe | Priority | normal => urgent | ||
2009-06-30 19:15 | psarobe | Severity | minor => major | ||
2009-06-30 19:15 | psarobe | fix_in_branch | pi => | ||
2009-07-01 09:16 | alostale | Note Added: 0017713 | |||
2009-07-01 10:15 | hgbot | Checkin | |||
2009-07-01 10:15 | hgbot | Note Added: 0017720 | |||
2009-07-01 10:15 | hgbot | Status | scheduled => resolved | ||
2009-07-01 10:15 | hgbot | Resolution | open => fixed | ||
2009-07-01 10:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/486e0ca2fdb660936c357d4376ab8a90a42b0fc2 [^] | ||
2009-07-03 12:34 | AinhoaPagola | Note Added: 0017785 | |||
2009-07-21 16:24 | psarobe | Fixed in Version | => 2.50MP3 | ||
2009-07-21 16:26 | psarobe | Tag Attached: 250MP3releasecandidate | |||
2009-07-26 22:02 | psarobe | Status | resolved => closed | ||
2009-07-26 22:02 | psarobe | Note Added: 0018622 | |||
2009-07-27 00:00 | anonymous | sf_bug_id | 0 => 2827487 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|