Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037037Retail ModulesWeb POSpublic2017-10-10 09:032017-10-31 12:12
marvintm 
marvintm 
normalmajoralways
closedfixed 
5
 
RR17Q3.1 
migueldejuana
No
0037037: Some unneeded params are sent in a request to loginutils
During the Web POS login, some unneeded params are sent as part of a get request to loginutils. This should be avoided.
- Login in the Web POS.
- Verify that several params to loginutils are not needed, but sent nonetheless
These params should be removed from the request as they are not needed.
No tags attached.
blocks defect 0037035 closed marvintm Some unneeded params are sent in a request to loginutils 
Issue History
2017-10-10 09:04marvintmTypedefect => backport
2017-10-10 09:04marvintmTarget Version => RR17Q3.1
2017-10-30 19:09hgbotCheckin
2017-10-30 19:09hgbotNote Added: 0100168
2017-10-30 19:09hgbotStatusscheduled => resolved
2017-10-30 19:09hgbotResolutionopen => fixed
2017-10-30 19:09hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR17Q3.1/org.openbravo.mobile.core/rev/7d4bc5179d67e47d97dc30fe026c94654cd0d0e3 [^]
2017-10-30 19:12marvintmNote Added: 0100170
2017-10-30 19:13hgbotCheckin
2017-10-30 19:13hgbotNote Added: 0100171
2017-10-30 19:13hgbotFixed in SCM revisionhttp://code.openbravo.com/retail/backports/3.0RR17Q3.1/org.openbravo.mobile.core/rev/7d4bc5179d67e47d97dc30fe026c94654cd0d0e3 [^] => http://code.openbravo.com/retail/backports/3.0RR17Q3.1/org.openbravo.mobile.core/rev/55bea6fbda76856dbd4c5a6d196d7b17cf0ae1c7 [^]
2017-10-31 12:12migueldejuanaReview Assigned To => migueldejuana
2017-10-31 12:12migueldejuanaNote Added: 0100186
2017-10-31 12:12migueldejuanaStatusresolved => closed

Notes
(0100168)
hgbot   
2017-10-30 19:09   
Repository: retail/backports/3.0RR17Q3.1/org.openbravo.mobile.core
Changeset: 7d4bc5179d67e47d97dc30fe026c94654cd0d0e3
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Oct 30 19:09:25 2017 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR17Q3.1/org.openbravo.mobile.core/rev/7d4bc5179d67e47d97dc30fe026c94654cd0d0e3 [^]

Fixed issue 37037. Parameters will no longer be added to the global loginUtilsParams object.

---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
(0100170)
marvintm   
2017-10-30 19:12   
Previous changeset was for issue:

https://issues.openbravo.com/view.php?id=37164 [^]
(0100171)
hgbot   
2017-10-30 19:13   
Repository: retail/backports/3.0RR17Q3.1/org.openbravo.mobile.core
Changeset: 55bea6fbda76856dbd4c5a6d196d7b17cf0ae1c7
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Oct 30 19:13:17 2017 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR17Q3.1/org.openbravo.mobile.core/rev/55bea6fbda76856dbd4c5a6d196d7b17cf0ae1c7 [^]

Fixed issue 37037. Parameters will no longer be added to the global loginUtilsParams object.

---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
(0100186)
migueldejuana   
2017-10-31 12:12   
Tested and reviewed