Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043429Retail ModulesWeb POSpublic2020-03-05 13:542020-03-10 19:06
marvintm 
Retail 
normalcriticalhave not tried
closedfixed 
5
 
RR20Q1RR20Q1 
marvintm
No
0043429: 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 => RR20Q1.1
2020-03-10 19:04marvintmTarget VersionRR20Q1.1 => RR20Q1
2020-03-10 19:06hgbotCheckin
2020-03-10 19:06hgbotNote Added: 0118484
2020-03-10 19:06hgbotStatusscheduled => resolved
2020-03-10 19:06hgbotResolutionopen => fixed
2020-03-10 19:06hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR20Q1/org.openbravo.retail.posterminal/rev/1408533f6f2d03ef7746955f7df9a60ffdb2aafa [^]
2020-03-10 19:06marvintmReview Assigned To => marvintm
2020-03-10 19:06marvintmStatusresolved => closed
2020-03-10 19:06marvintmFixed in Version => RR20Q1

Notes
(0118484)
hgbot   
2020-03-10 19:06   
Repository: retail/backports/3.0RR20Q1/org.openbravo.retail.posterminal
Changeset: 1408533f6f2d03ef7746955f7df9a60ffdb2aafa
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.0RR20Q1/org.openbravo.retail.posterminal/rev/1408533f6f2d03ef7746955f7df9a60ffdb2aafa [^]

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