Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044864Retail ModulesWeb POSpublic2020-08-21 12:172020-09-10 09:42
rafael_salmean 
aferraz 
normalmajoralways
closedfixed 
5
 
RR20Q4 
migueldejuana
No
0044864: OriginalScanMode reference is misplaced
The reference on the menu objects to the originalScanMode variable is wrong.

The name is mispelled.
The variable is referenced in the code inside the wrong object.
Set a debug point on the calls to OB.MobileApp.view.scanningFocus inside the tap methods of both OB.UI.MenuProfileUser and OB.UI.MenuAction.

Click on a menu option or the Profile button.

The variable originalSanMode is undefined.
Fix the wrong variable name.
Fix the variable reference inside the tap methods.

Proposed diff included with this issue.
No tags attached.
diff ob-menu.diff (1,340) 2020-08-21 12:17
https://issues.openbravo.com/file_download.php?file_id=14888&type=bug
Issue History
2020-08-21 12:17rafael_salmeanNew Issue
2020-08-21 12:17rafael_salmeanAssigned To => Retail
2020-08-21 12:17rafael_salmeanFile Added: ob-menu.diff
2020-08-21 12:17rafael_salmeanTriggers an Emergency Pack => No
2020-08-21 12:21guillermogilResolution time => 1597010400
2020-08-21 12:21guillermogilResolution time1597010400 => 1599688800
2020-08-21 12:23rafael_salmeanRelationship addedhas duplicate 0044857
2020-09-09 17:14migueldejuanaAssigned ToRetail => aferraz
2020-09-10 09:04hgbotResolutionopen => fixed
2020-09-10 09:04hgbotStatusnew => resolved
2020-09-10 09:04hgbotFixed in Version => RR20Q4
2020-09-10 09:04hgbotNote Added: 0122901
2020-09-10 09:36aferrazNote Added: 0122904
2020-09-10 09:42aferrazReview Assigned To => migueldejuana
2020-09-10 09:42aferrazStatusresolved => closed

Notes
(0122901)
hgbot   
2020-09-10 09:04   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 184afbd415ab5e1b7bd313de7cd1c5e510e161fa
Author: Álvaro Ferraz <alvaro.ferraz@openbravo.com>
Date: 2020-09-09T12:43:57+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/184afbd415ab5e1b7bd313de7cd1c5e510e161fa [^]

Fixes ISSUE-44864: OriginalScanMode reference is misplaced

---
M web/org.openbravo.mobile.core/source/component/legacy/ob-legacy.js
M web/org.openbravo.mobile.core/source/component/ob-menu.js
---
(0122904)
aferraz   
2020-09-10 09:36   
MR: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/63 [^]