Openbravo Issue Tracking System - Retail Modules | |||||||||||||||||||||||||||||||||
View Issue Details | |||||||||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||||||||||||||
0039009 | Retail Modules | Web POS | public | 2018-07-20 12:46 | 2018-10-16 16:29 | ||||||||||||||||||||||||||||
Reporter | migueldejuana | ||||||||||||||||||||||||||||||||
Assigned To | migueldejuana | ||||||||||||||||||||||||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||||||||||||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||||||||||||||||
Product Version | |||||||||||||||||||||||||||||||||
Target Version | Fixed in Version | ||||||||||||||||||||||||||||||||
Merge Request Status | |||||||||||||||||||||||||||||||||
Review Assigned To | marvintm | ||||||||||||||||||||||||||||||||
OBNetwork customer | |||||||||||||||||||||||||||||||||
Support ticket | |||||||||||||||||||||||||||||||||
Regression level | |||||||||||||||||||||||||||||||||
Regression date | |||||||||||||||||||||||||||||||||
Regression introduced in release | |||||||||||||||||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||||||||||||||||
Summary | 0039009: Do not set terminalName with empty value | ||||||||||||||||||||||||||||||||
Description | Since we added localStorage API, we save items in localStorage with the appName as prefix (WEBPOS.terminalName). There is a case where we try to getItem but appName is not yet defined in OB.MobileApp.model, so we cannot get it from localStorage and we get null value. | ||||||||||||||||||||||||||||||||
Steps To Reproduce | Put a breakpoint in login-model.js in the line: me.setTerminalName(OB.UTIL.localStorage.getItem('terminalAuthentication', me.get('appName')) === 'Y' ? OB.UTIL.localStorage.getItem('terminalName', me.get('appName')) : OB.UTIL.getParameterByName("terminal")); just before the line: OB.UTIL.HookManager.registerHook('OBMOBC_InitActions', function (args, c) { Load web Pos and see that: - OB.MobileApp.model is undefined so we cannot get the appName - OB.UTIL.localStorage.getItem('terminalAuthentication') is null - OB.UTIL.localStorage.getItem('terminalName') | ||||||||||||||||||||||||||||||||
Proposed Solution | Change the localStorage API adding the ability pass the appName. After this fix, we will be able to load items from localStorage before appName is defined in OB.MobileApp.model. Example: me.setTerminalName(OB.UTIL.localStorage.getItem('terminalAuthentication', me.get('appName')) === 'Y' ? OB.UTIL.localStorage.getItem('terminalName', me.get('appName')) : OB.UTIL.getParameterByName("terminal")); | ||||||||||||||||||||||||||||||||
Additional Information | |||||||||||||||||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||||||||||||||||
Relationships |
| ||||||||||||||||||||||||||||||||
Attached Files | |||||||||||||||||||||||||||||||||
Issue History | |||||||||||||||||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||||||||||||||||
2018-07-20 12:46 | migueldejuana | New Issue | |||||||||||||||||||||||||||||||
2018-07-20 12:46 | migueldejuana | Assigned To | => migueldejuana | ||||||||||||||||||||||||||||||
2018-07-20 12:46 | migueldejuana | Triggers an Emergency Pack | => No | ||||||||||||||||||||||||||||||
2018-07-20 12:50 | migueldejuana | Relationship added | caused by 0032582 | ||||||||||||||||||||||||||||||
2018-07-20 12:55 | hgbot | Checkin | |||||||||||||||||||||||||||||||
2018-07-20 12:55 | hgbot | Note Added: 0105836 | |||||||||||||||||||||||||||||||
2018-07-20 12:55 | hgbot | Status | new => resolved | ||||||||||||||||||||||||||||||
2018-07-20 12:55 | hgbot | Resolution | open => fixed | ||||||||||||||||||||||||||||||
2018-07-20 12:55 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/e285e1acb64c88355eabf1ef3ad4c47af9475207 [^] | ||||||||||||||||||||||||||||||
2018-07-20 12:59 | hgbot | Checkin | |||||||||||||||||||||||||||||||
2018-07-20 12:59 | hgbot | Note Added: 0105837 | |||||||||||||||||||||||||||||||
2018-07-20 12:59 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/e285e1acb64c88355eabf1ef3ad4c47af9475207 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/196db31bb02f702c89cbca0778f4f6edd04f1684 [^] | ||||||||||||||||||||||||||||||
2018-07-20 14:08 | egoitz | Relationship added | related to 0039010 | ||||||||||||||||||||||||||||||
2018-07-20 14:08 | egoitz | Issue Monitored: egoitz | |||||||||||||||||||||||||||||||
2018-07-26 16:30 | marvintm | Review Assigned To | => marvintm | ||||||||||||||||||||||||||||||
2018-07-26 16:30 | marvintm | Status | resolved => closed | ||||||||||||||||||||||||||||||
2018-07-26 16:30 | marvintm | Fixed in Version | => RR18Q4 | ||||||||||||||||||||||||||||||
2018-10-09 19:03 | marvintm | Status | closed => new | ||||||||||||||||||||||||||||||
2018-10-09 19:03 | marvintm | Resolution | fixed => open | ||||||||||||||||||||||||||||||
2018-10-09 19:03 | marvintm | Fixed in Version | RR18Q4 => | ||||||||||||||||||||||||||||||
2018-10-09 19:03 | marvintm | Status | new => scheduled | ||||||||||||||||||||||||||||||
2018-10-09 19:03 | marvintm | Status | scheduled => resolved | ||||||||||||||||||||||||||||||
2018-10-09 19:03 | marvintm | Fixed in Version | => RR18Q4 | ||||||||||||||||||||||||||||||
2018-10-09 19:03 | marvintm | Resolution | open => fixed | ||||||||||||||||||||||||||||||
2018-10-09 19:03 | marvintm | Status | resolved => closed | ||||||||||||||||||||||||||||||
2018-10-16 16:28 | migueldejuana | Status | closed => new | ||||||||||||||||||||||||||||||
2018-10-16 16:28 | migueldejuana | Resolution | fixed => open | ||||||||||||||||||||||||||||||
2018-10-16 16:28 | migueldejuana | Fixed in Version | RR18Q4 => | ||||||||||||||||||||||||||||||
2018-10-16 16:28 | migueldejuana | Status | new => scheduled | ||||||||||||||||||||||||||||||
2018-10-16 16:29 | migueldejuana | Status | scheduled => resolved | ||||||||||||||||||||||||||||||
2018-10-16 16:29 | migueldejuana | Resolution | open => fixed | ||||||||||||||||||||||||||||||
2018-10-16 16:29 | migueldejuana | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|