Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044670Retail ModulesWeb POSpublic2020-07-22 18:032020-07-22 18:37
Leyre 
Retail 
highmajoralways
closedduplicate 
5
 
 
No
0044670: The language search key is set to the wrong value.
The language search key is set to the wrong value.
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"
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());
No tags attached.
duplicate of defect 0044643 closed ranjith_qualiantech_com LabelComponent languageSk is not updated with language name 
caused by defect 0042356 closed ranjith_qualiantech_com Messages, translations and lists for all modules are loaded from the database every time WebPOS is accessed or refreshed 
Issue History
2020-07-22 18:03LeyreNew Issue
2020-07-22 18:03LeyreAssigned To => Retail
2020-07-22 18:03LeyreResolution time => 1597183200
2020-07-22 18:03LeyreTriggers an Emergency Pack => No
2020-07-22 18:04LeyreRelationship addedcaused by 0042356
2020-07-22 18:37adrianromeroRelationship addedduplicate of 0044643
2020-07-22 18:37adrianromeroStatusnew => closed
2020-07-22 18:37adrianromeroResolutionopen => duplicate

There are no notes attached to this issue.