Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0044670 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2020-07-22 18:03 | 2020-07-22 18:37 | |||
Reporter | Leyre | View Status | public | |||||
Assigned To | Retail | |||||||
Priority | high | Resolution | duplicate | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | ||||||||
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()); | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
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 |
Copyright © 2000 - 2009 MantisBT Group |