Openbravo Issue Tracking System - Retail Modules | |||||||||||||||||||
View Issue Details | |||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||
0044670 | Retail Modules | Web POS | public | 2020-07-22 18:03 | 2020-07-22 18:37 | ||||||||||||||
Reporter | Leyre | ||||||||||||||||||
Assigned To | Retail | ||||||||||||||||||
Priority | high | Severity | major | Reproducibility | always | ||||||||||||||
Status | closed | Resolution | duplicate | ||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||
Product Version | |||||||||||||||||||
Target Version | Fixed in Version | ||||||||||||||||||
Merge Request Status | |||||||||||||||||||
Review Assigned To | |||||||||||||||||||
OBNetwork customer | |||||||||||||||||||
Support ticket | |||||||||||||||||||
Regression level | |||||||||||||||||||
Regression date | |||||||||||||||||||
Regression introduced in release | |||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||
Summary | 0044670: The language search key is set to the wrong value. | ||||||||||||||||||
Description | The language search key is set to the wrong value. | ||||||||||||||||||
Steps To Reproduce | It is not possible to test directly in pi Openbravo because there are no different countries / languages. In a custom environment, when loading the terminal in SCO mode: Actual result: class="scoMedia scoWelcomeMedia scoWelcomeMedia-media scoWelcomeMedia-media--192" Expected result: class="scoMedia scoWelcomeMedia scoWelcomeMedia-media scoWelcomeMedia-media--language" | ||||||||||||||||||
Proposed Solution | Change in the code: src/org/openbravo/mobile/core/login/LabelsComponent.java - labels.put("languageSk", computedLanguageId); + labels.put("languageSk", OBDal.getInstance().get(Language.class, currentLanguageId).getLanguage()); | ||||||||||||||||||
Additional Information | |||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||
Relationships |
| ||||||||||||||||||
Attached Files | |||||||||||||||||||
Issue History | |||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||
2020-07-22 18:03 | Leyre | New Issue | |||||||||||||||||
2020-07-22 18:03 | Leyre | Assigned To | => Retail | ||||||||||||||||
2020-07-22 18:03 | Leyre | Resolution time | => 1597183200 | ||||||||||||||||
2020-07-22 18:03 | Leyre | Triggers an Emergency Pack | => No | ||||||||||||||||
2020-07-22 18:04 | Leyre | Relationship added | caused by 0042356 | ||||||||||||||||
2020-07-22 18:37 | adrianromero | Relationship added | duplicate of 0044643 | ||||||||||||||||
2020-07-22 18:37 | adrianromero | Status | new => closed | ||||||||||||||||
2020-07-22 18:37 | adrianromero | Resolution | open => duplicate |
There are no notes attached to this issue. |