Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043428Retail ModulesWeb POSpublic2020-03-05 13:542020-03-10 19:02
marvintm 
ranjith_qualiantech_com 
normalcriticalhave not tried
closedfixed 
5
 
RR20Q2 
marvintm
No
0043428: 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.
depends on backport 0043429RR20Q1 closed Retail CheckApproval request should be a POST request, not a GET 
depends on backport 0043430RR19Q4.3 closed Retail CheckApproval request should be a POST request, not a GET 
Issue History
2020-03-05 13:54marvintmNew Issue
2020-03-05 13:54marvintmAssigned To => Retail
2020-03-05 13:54marvintmTriggers an Emergency Pack => No
2020-03-05 13:54marvintmStatusnew => scheduled
2020-03-05 13:59ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2020-03-09 08:26alostaleIssue Monitored: alostale
2020-03-10 07:14hgbotCheckin
2020-03-10 07:14hgbotNote Added: 0118433
2020-03-10 07:14hgbotStatusscheduled => resolved
2020-03-10 07:14hgbotResolutionopen => fixed
2020-03-10 07:14hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a238441196d0a68fdfca7767262592e0b975c983 [^]
2020-03-10 19:02marvintmReview Assigned To => marvintm
2020-03-10 19:02marvintmStatusresolved => closed
2020-03-10 19:02marvintmFixed in Version => RR20Q2

Notes
(0118433)
hgbot   
2020-03-10 07:14   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: a238441196d0a68fdfca7767262592e0b975c983
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Mar 10 11:44:41 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a238441196d0a68fdfca7767262592e0b975c983 [^]

Fixed ISSUE-43428 : 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
---