Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045841Retail ModulesWeb POSpublic2021-02-03 16:392021-02-03 17:00
marvintm 
ranjith_qualiantech_com 
normalminorhave not tried
closedfixed 
5
 
RR21Q2 
marvintm
No
0045841: API change: the validateTerminal method in the InitialValidations.java class needs to be changed to support multiple apps
The validateTerminal method in the InitialValidations.java class needs to receive a second parameter, to enable validations that have to be executed only in the context of one application.

Although we could overload the method to formally maintain the API, it's better not to do it as it would be more confusing for people extending it, because their code would not be executed, but wouldn't crash either.
.
No tags attached.
related to defect 0045809 closed ranjith_qualiantech_com POS2 POS2 should use POS2 as appName in requests. This AppName should be used to avoid initial validations execution 
Issue History
2021-02-03 16:39marvintmNew Issue
2021-02-03 16:39marvintmAssigned To => Retail
2021-02-03 16:39marvintmTriggers an Emergency Pack => No
2021-02-03 16:39marvintmRelationship addedrelated to 0045809
2021-02-03 16:50ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2021-02-03 16:54hgbotResolutionopen => fixed
2021-02-03 16:54hgbotStatusnew => resolved
2021-02-03 16:54hgbotNote Added: 0125957
2021-02-03 17:00marvintmReview Assigned To => marvintm
2021-02-03 17:00marvintmStatusresolved => closed
2021-02-03 17:00marvintmFixed in Version => RR21Q2

Notes
(0125957)
hgbot   
2021-02-03 16:54   
Repository: https://gitlab.com/openbravo/ci/mobile-api [^]
Changeset: 58ee6c2826f46bcb8fab5d4ec13750a6352b2f14
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-02-03T21:24:01+05:30
URL: https://gitlab.com/openbravo/ci/mobile-api/-/commit/58ee6c2826f46bcb8fab5d4ec13750a6352b2f14 [^]

Fixed ISSUE-45841: Method validateTerminal has been removed in InitialValidations
* Method validateTerminal requires 2 params terminal object and app name. So method with single param will consume and its not needed

---
M java/reference/java.japi.gz
---