Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045047Retail ModulesWeb POSpublic2020-09-15 09:142020-09-16 07:27
malsasua 
ranjith_qualiantech_com 
immediatemajoralways
closedfixed 
5
 
RR20Q4 
Production - QA Approved
2020-05-25
RR20Q3
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8bed61464ba535201ed12d199bd0b0a35c538af9 [^]
No
0045047: Translations in POS are not working
The translations in the POS are not working when one language is selected in Client window.

when one language is selected in Client window, the POS always is translated to this language. It is not possible to change it
BO:
. go to Client window -> select language: Spanish_spain

POS
. do login -> the POS is displayed in Spanish
. go to menu -> user -> profile -> change language to english
>> POS is displayed in Spanish
No tags attached.
depends on backport 0045060RR20Q3.1 closed ranjith_qualiantech_com Translations in POS are not working 
related to defect 0045733 closed ranjith_qualiantech_com The login page should match the language of the current client 
Issue History
2020-09-15 09:14malsasuaNew Issue
2020-09-15 09:14malsasuaAssigned To => Retail
2020-09-15 09:14malsasuaResolution time => 1600293600
2020-09-15 09:14malsasuaTriggers an Emergency Pack => No
2020-09-15 09:14malsasuaRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8bed61464ba535201ed12d199bd0b0a35c538af9 [^]
2020-09-15 10:21ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2020-09-16 06:00ranjith_qualiantech_comStatusnew => scheduled
2020-09-16 06:03hgbotNote Added: 0123079
2020-09-16 07:26marvintmRegression level => Production - QA Approved
2020-09-16 07:26marvintmRegression date => 2020-05-25
2020-09-16 07:26marvintmRegression introduced in release => RR20Q3
2020-09-16 07:26marvintmStatusscheduled => acknowledged
2020-09-16 07:27marvintmStatusacknowledged => scheduled
2020-09-16 07:27hgbotNote Added: 0123083
2020-09-16 07:27hgbotResolutionopen => fixed
2020-09-16 07:27hgbotStatusscheduled => closed
2020-09-16 07:27hgbotFixed in Version => RR20Q4
2020-09-16 07:27hgbotNote Added: 0123084
2021-01-18 12:31ranjith_qualiantech_comRelationship addedrelated to 0045733

Notes
(0123079)
hgbot   
2020-09-16 06:03   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/100 [^]
(0123083)
hgbot   
2020-09-16 07:27   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/100 [^]
(0123084)
hgbot   
2020-09-16 07:27   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 902835535fe690ecd9a85db2884af3f46680352a
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2020-09-16T09:32:29+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/902835535fe690ecd9a85db2884af3f46680352a [^]

Fixed ISSUE-45047: Context Language should be used to get labels when POS logged in
* When login page is rendered, Terminal Client language should be used to get the labels
* When User logged in, User context language should be used to get the labels

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