Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0010655 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Openbravo ERP] E. Translation | minor | always | 2009-09-18 10:24 | 2009-11-20 00:00 | |||
| Reporter | rafaroda | View Status | public | |||||
| Assigned To | alostale | |||||||
| Priority | urgent | Resolution | fixed | Fixed in Version | pi | |||
| Status | closed | Fix in branch | Fixed in SCM revision | 471683ecbc21 | ||||
| Projection | none | ETA | none | Target Version | ||||
| OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_11 | |||
| OS Version | rPath Linux | Database version | 8.3.5 | Ant version | 1.7.1 | |||
| Product Version | pi | SCM revision | ||||||
| Merge Request Status | ||||||||
| Review Assigned To | ||||||||
| OBNetwork customer | No | |||||||
| Web browser | ||||||||
| Modules | Core | |||||||
| Support ticket | ||||||||
| Regression level | ||||||||
| Regression date | ||||||||
| Regression introduced in release | ||||||||
| Regression introduced by commit | ||||||||
| Triggers an Emergency Pack | No | |||||||
| Summary | 0010655: Validation messages not translated into Spanish | |||||||
| Description | Javascript validation messages are not translated into Spanish. | |||||||
| Steps To Reproduce | 1) Login and select Spanish language. 2) Go to 'Gestión de Compras || Transacciones || Pedido de compra' 3) In 'Fecha de pedido' field set: 14-15-2009 Message displayed is 'The value entered is not valid' (see screenshot) | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
|
Notes |
|
|
(0021015) dbaz (viewer) 2009-10-14 18:58 |
The same happens in numeric inputs. It is a WADControl (in manual htmls it works ok) The problem is in WADControl.java invalid = WADControlData.getMessage(conn, strLang, "JSInvalid"); missing = WADControlData.getMessage(conn, strLang, "JSMissing"); range = WADControlData.getMessage(conn, strLang, "JSRange"); It seems that this parameters are set in compilation time instead of execution time |
|
(0021901) hgbot (developer) 2009-11-17 09:39 |
Repository: erp/devel/pi Changeset: 8e299fc8dcf03c1be6a7aaad6e86503546bc0391 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Tue Nov 17 09:35:47 2009 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/8e299fc8dcf03c1be6a7aaad6e86503546bc0391 [^] fixed bug 10655: Validation messages not translated --- M src-wad/src/org/openbravo/wad/Template_Edition.html M src-wad/src/org/openbravo/wad/controls/WADControl.html M src-wad/src/org/openbravo/wad/controls/WADDate.html M src-wad/src/org/openbravo/wad/controls/WADDateTime.html M src-wad/src/org/openbravo/wad/controls/WADInteger.html M src-wad/src/org/openbravo/wad/controls/WADLink.html M src-wad/src/org/openbravo/wad/controls/WADMemo.html M src-wad/src/org/openbravo/wad/controls/WADNumber.html M src-wad/src/org/openbravo/wad/controls/WADString.html M src-wad/src/org/openbravo/wad/controls/WADStringEncrypted.html M src-wad/src/org/openbravo/wad/controls/WADTime.html M web/js/messages.js --- |
|
(0021902) hgbot (developer) 2009-11-17 09:39 |
Repository: erp/devel/pi Changeset: 03f1c0c068b0d0bca5a345db2b49a29e668ce4bd Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Tue Nov 17 09:38:25 2009 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/03f1c0c068b0d0bca5a345db2b49a29e668ce4bd [^] related to issue 10655: updated JS revision number --- M src/org/openbravo/erpCommon/security/Login_F1.html M web/js/utils.js --- |
|
(0021942) hgbot (developer) 2009-11-18 09:06 |
Repository: erp/devel/pi Changeset: 471683ecbc2180fb3ae073e2c153ff4725813ed4 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Wed Nov 18 09:06:22 2009 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/471683ecbc2180fb3ae073e2c153ff4725813ed4 [^] related to issue 10655: do not set default English text in generated html validation text --- M src-wad/src/org/openbravo/wad/Wad.java M src-wad/src/org/openbravo/wad/controls/WADControl.java M src-wad/src/org/openbravo/wad/controls/WADControl.xml M src-wad/src/org/openbravo/wad/controls/WADDate.java M src-wad/src/org/openbravo/wad/controls/WADDate.xml M src-wad/src/org/openbravo/wad/controls/WADDateTime.java M src-wad/src/org/openbravo/wad/controls/WADDateTime.xml M src-wad/src/org/openbravo/wad/controls/WADInteger.java M src-wad/src/org/openbravo/wad/controls/WADInteger.xml M src-wad/src/org/openbravo/wad/controls/WADLink.java M src-wad/src/org/openbravo/wad/controls/WADLink.xml M src-wad/src/org/openbravo/wad/controls/WADMemo.java M src-wad/src/org/openbravo/wad/controls/WADMemo.xml M src-wad/src/org/openbravo/wad/controls/WADNumber.java M src-wad/src/org/openbravo/wad/controls/WADNumber.xml M src-wad/src/org/openbravo/wad/controls/WADSearch.java M src-wad/src/org/openbravo/wad/controls/WADSearch.xml M src-wad/src/org/openbravo/wad/controls/WADString.java M src-wad/src/org/openbravo/wad/controls/WADString.xml M src-wad/src/org/openbravo/wad/controls/WADStringEncrypted.xml M src-wad/src/org/openbravo/wad/controls/WADTime.java M src-wad/src/org/openbravo/wad/controls/WADTime.xml --- |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2009-09-18 10:24 | rafaroda | New Issue | |
| 2009-09-18 10:24 | rafaroda | Assigned To | => dbaz |
| 2009-09-18 10:24 | rafaroda | File Added: NotValidDate.png | |
| 2009-09-18 10:24 | rafaroda | OBNetwork customer | => No |
| 2009-09-18 10:24 | rafaroda | Status | new => scheduled |
| 2009-10-14 18:35 | dbaz | Assigned To | dbaz => rafaroda |
| 2009-10-14 18:35 | dbaz | Assigned To | rafaroda => dbaz |
| 2009-10-14 18:58 | dbaz | Note Added: 0021015 | |
| 2009-10-14 18:58 | dbaz | Assigned To | dbaz => alostale |
| 2009-10-14 18:58 | dbaz | Priority | high => urgent |
| 2009-11-17 09:39 | hgbot | Checkin | |
| 2009-11-17 09:39 | hgbot | Note Added: 0021901 | |
| 2009-11-17 09:39 | hgbot | Status | scheduled => resolved |
| 2009-11-17 09:39 | hgbot | Resolution | open => fixed |
| 2009-11-17 09:39 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/8e299fc8dcf03c1be6a7aaad6e86503546bc0391 [^] |
| 2009-11-17 09:39 | hgbot | Checkin | |
| 2009-11-17 09:39 | hgbot | Note Added: 0021902 | |
| 2009-11-17 09:39 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/8e299fc8dcf03c1be6a7aaad6e86503546bc0391 [^] => http://code.openbravo.com/erp/devel/pi/rev/03f1c0c068b0d0bca5a345db2b49a29e668ce4bd [^] |
| 2009-11-18 09:06 | hgbot | Checkin | |
| 2009-11-18 09:06 | hgbot | Note Added: 0021942 | |
| 2009-11-18 09:06 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/03f1c0c068b0d0bca5a345db2b49a29e668ce4bd [^] => http://code.openbravo.com/erp/devel/pi/rev/471683ecbc2180fb3ae073e2c153ff4725813ed4 [^] |
| 2009-11-19 00:10 | dbaz | Status | resolved => closed |
| 2009-11-19 00:10 | dbaz | Fixed in Version | => pi |
| 2009-11-20 00:00 | anonymous | sf_bug_id | 0 => 2900809 |
| Copyright © 2000 - 2009 MantisBT Group |