Openbravo Issue Tracking System - Retail Modules
View Issue Details
0023613Retail ModulesWeb POSpublic2013-04-23 10:192013-05-28 15:15
jecharri 
marvintm 
urgentmajoralways
closedfixed 
5
RMP21 
RMP23RMP23 
guilleaer
No
0023613: A bug exists in offline mode
When you do the offline login, always is English the default value
-Configure one user with language different to english
-configure the system client with the same language
-login in the web POS and verify that you work with the new language
-go to offline status
-logout and login again

Verify that now the interface is in English
No tags attached.
Issue History
2013-04-23 10:19jecharriNew Issue
2013-04-23 10:19jecharriAssigned To => marvintm
2013-04-23 10:19jecharriResolution time => 1369432800
2013-04-30 09:28guilleaerTarget VersionRMP22 => RMP23
2013-05-23 16:24hgbotCheckin
2013-05-23 16:24hgbotNote Added: 0058911
2013-05-23 16:24hgbotStatusnew => resolved
2013-05-23 16:24hgbotResolutionopen => fixed
2013-05-23 16:24hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6704053d6c40828d9a2634cae1895ba61f195846 [^]
2013-05-28 15:15guilleaerReview Assigned To => guilleaer
2013-05-28 15:15guilleaerNote Added: 0058995
2013-05-28 15:15guilleaerStatusresolved => closed
2013-05-28 15:15guilleaerFixed in Version => RMP23

Notes
(0058911)
hgbot   
2013-05-23 16:24   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 6704053d6c40828d9a2634cae1895ba61f195846
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu May 23 16:23:48 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/6704053d6c40828d9a2634cae1895ba61f195846 [^]

Fixed issue 23613. Fixed the way labels are stored in the localStorage.
Now the labels will only be stored if they come from a request with an active session in the backend. This is done to avoid storing them in case we are still in the login page. Before, the labels were reloaded when the user logged out of the application, and if the language in the login page was different from the one in the Web POS main window, then the correct labels were overwritten.

---
M src/org/openbravo/mobile/core/login/MobileCoreLoginUtilsServlet.java
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
(0058995)
guilleaer   
2013-05-28 15:15   
verified