Openbravo Issue Tracking System - Retail Modules
View Issue Details
0046258Retail ModulesWeb POSpublic2021-04-13 13:552021-04-19 07:43
malsasua 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR21Q3 
No
0046258: Wrong default language used in POS when user and role has not defined a language
if one user and his role has not defined a default language, the language used to do login is en_EN, but it should be the client language
. in BO:
- user vallblanca:
default language: null
- rol vallblanca user:
language: null
- client Vallblanca:
language: fr_FR

. in POS, do login with vallblanca
language used is en_EN and it should be fr_FR
diff attached
No tags attached.
diff patch.diff (701) 2021-04-13 16:38
https://issues.openbravo.com/file_download.php?file_id=15525&type=bug
Issue History
2021-04-13 13:55malsasuaNew Issue
2021-04-13 13:55malsasuaAssigned To => Retail
2021-04-13 13:55malsasuaResolution time => 1620165600
2021-04-13 13:55malsasuaTriggers an Emergency Pack => No
2021-04-13 16:38malsasuaFile Added: patch.diff
2021-04-13 16:39malsasuaProposed Solution updated
2021-04-14 08:56ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2021-04-15 07:26hgbotNote Added: 0127284
2021-04-19 07:43hgbotResolutionopen => fixed
2021-04-19 07:43hgbotStatusnew => closed
2021-04-19 07:43hgbotNote Added: 0127352
2021-04-19 07:43hgbotFixed in Version => RR21Q3
2021-04-19 07:43hgbotNote Added: 0127353

Notes
(0127284)
hgbot   
2021-04-15 07:26   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/380 [^]
(0127352)
hgbot   
2021-04-19 07:43   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/380 [^]
(0127353)
hgbot   
2021-04-19 07:43   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: ec822d5540cd3dd038270819573e348ec30e8d93
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-04-19T05:42:44+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/ec822d5540cd3dd038270819573e348ec30e8d93 [^]

Fixed ISSUE-46258: Default Language should be User Client Language instead of English when defaults are not defined

---
M src/org/openbravo/retail/posterminal/POSLoginHandler.java
---