Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043430Retail ModulesWeb POSpublic2020-03-05 13:542020-03-10 19:08
marvintm 
Retail 
normalcriticalhave not tried
closedfixed 
5
 
RR19Q4.3RR19Q4.3 
marvintm
No
0043430: CheckApproval request should be a POST request, not a GET
Currently the CheckApproval request, which is triggered from the approvals in the WebPOS is a GET request.

Instead it should be a POST request.
- Trigger any approval from the WebPOS.
- Checking developer tools, realise that it is a GET request. Notice that it should be a POST.
No tags attached.
blocks defect 0043428 closed ranjith_qualiantech_com CheckApproval request should be a POST request, not a GET 
Issue History
2020-03-05 13:54marvintmTypedefect => backport
2020-03-05 13:54marvintmTarget Version => RR19Q4.3
2020-03-10 19:07hgbotCheckin
2020-03-10 19:07hgbotNote Added: 0118485
2020-03-10 19:07hgbotStatusscheduled => resolved
2020-03-10 19:07hgbotResolutionopen => fixed
2020-03-10 19:07hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR19Q4.3/org.openbravo.retail.posterminal/rev/27e7b069f5d9e6d67ce64593652d0629f0dbe2ee [^]
2020-03-10 19:08marvintmReview Assigned To => marvintm
2020-03-10 19:08marvintmStatusresolved => closed
2020-03-10 19:08marvintmFixed in Version => RR19Q4.3

Notes
(0118485)
hgbot   
2020-03-10 19:07   
Repository: retail/backports/3.0RR19Q4.3/org.openbravo.retail.posterminal
Changeset: 27e7b069f5d9e6d67ce64593652d0629f0dbe2ee
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Mar 10 11:44:41 2020 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR19Q4.3/org.openbravo.retail.posterminal/rev/27e7b069f5d9e6d67ce64593652d0629f0dbe2ee [^]

Fixed ISSUE-43430 : Replaced GET with POST method in HTTPServlet for CheckApproval

---
M src/org/openbravo/retail/posterminal/utility/CheckApproval.java
M web/org.openbravo.retail.posterminal/js/utils/ob-utilitiesuipos.js
---