Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0011557 | Openbravo ERP | E. Translation | public | 2009-11-30 17:13 | 2010-01-21 00:00 |
|
Reporter | carbonete | |
Assigned To | iperdomo | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | 2.50MP11 | Fixed in Version | | |
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 | 0011557: Login error message hardcode |
Description | In case of login error message are harcoded in LoginHandler and not user Messages.
In case of localization its critical because most users not understand nothing in english. If i change this message it´s more one source to control. It´s not good.
thanks
Carbonete |
Steps To Reproduce | at login screen put incorret users and see message. |
Proposed Solution | change LoginHandler to use Messages table and one identifier to language of message.
|
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0012333 | | closed | dbaz | Clean browser's cache message should be translatable |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-11-30 17:13 | carbonete | New Issue | |
2009-11-30 17:13 | carbonete | Assigned To | => rafaroda |
2009-12-11 15:26 | rafaroda | Assigned To | rafaroda => iciordia |
2009-12-11 17:51 | iperdomo | Note Added: 0022717 | |
2009-12-11 17:59 | iciordia | Assigned To | iciordia => iperdomo |
2009-12-11 18:00 | iperdomo | Status | new => scheduled |
2009-12-11 18:00 | iperdomo | fix_in_branch | => pi |
2009-12-11 18:00 | iperdomo | OBNetwork customer | => No |
2009-12-11 18:00 | iperdomo | Target Version | => 2.50MP11 |
2009-12-11 18:00 | iperdomo | fix_in_branch | pi => |
2009-12-11 18:00 | iciordia | Note Added: 0022719 | |
2009-12-11 18:58 | carbonete | Note Added: 0022721 | |
2009-12-11 18:58 | carbonete | Note Added: 0022722 | |
2009-12-30 17:03 | iperdomo | Note Added: 0023159 | |
2009-12-30 19:18 | hgbot | Checkin | |
2009-12-30 19:18 | hgbot | Note Added: 0023173 | |
2009-12-30 19:18 | hgbot | Status | scheduled => resolved |
2009-12-30 19:18 | hgbot | Resolution | open => fixed |
2009-12-30 19:18 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e8eca47561fe1f692ecc400d16381a8fd9df0268 [^] |
2010-01-19 01:41 | hudsonbot | Checkin | |
2010-01-19 01:41 | hudsonbot | Note Added: 0023525 | |
2010-01-20 15:08 | alostale | Status | resolved => closed |
2010-01-21 00:00 | anonymous | sf_bug_id | 0 => 2935922 |
2010-02-18 11:36 | iperdomo | Relationship added | related to 0012333 |
Notes |
|
|
The user language is only available after a successful log in. The LoginHandler only authenticates, but the session is filled with user preferences (language, role, etc) _after_ the authentication. |
|
|
(0022719)
|
iciordia
|
2009-12-11 18:00
|
|
But still it makes sense to have a default language for the instance, and use that language when there is no language in the context |
|
|
|
It´s possible detect primary browser language, example in php, but it´s a http header value.
thanks |
|
|
|
|
|
|
The solution is to use the language defined in the System client. |
|
|
(0023173)
|
hgbot
|
2009-12-30 19:18
|
|
Repository: erp/devel/pi
Changeset: e8eca47561fe1f692ecc400d16381a8fd9df0268
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Wed Dec 30 19:18:32 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/e8eca47561fe1f692ecc400d16381a8fd9df0268 [^]
Fixes issue 11557: Error login message is now based on System languange
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/base/secureApp/LoginHandler.java
---
|
|
|
|
|