Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0044670
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2020-07-22 18:032020-07-22 18:37
ReporterLeyreView Statuspublic 
Assigned ToRetail 
PriorityhighResolutionduplicateFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0044670: The language search key is set to the wrong value.

DescriptionThe language search key is set to the wrong value.
Steps To ReproduceIt 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 SolutionChange 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());
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
duplicate of defect 0044643 closedranjith_qualiantech_com LabelComponent languageSk is not updated with language name 
caused by defect 0042356 closedranjith_qualiantech_com Messages, translations and lists for all modules are loaded from the database every time WebPOS is accessed or refreshed 

-  Notes
There are no notes attached to this issue.

- 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
Powered by Mantis Bugtracker