Openbravo Issue Tracking System - Retail Modules
View Issue Details
0049568Retail ModulesDQMpublic2022-06-15 14:212023-01-27 12:52
XABIER_AGUADO 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR22Q4 
No
0049568: DQM Validations are called even if the data within the field is not changed
If the value of the field is not modified, the system should avoid calling to the DQM validations engine, it does not make sense to call the validation and, in some DQMs, this might result in the client having to pay for the extra call to the system
Dont modify any DQM data
Validations are still being called
FASH
Issue History
2022-06-15 14:21XABIER_AGUADONew Issue
2022-06-15 14:21XABIER_AGUADOAssigned To => Retail
2022-06-15 14:21XABIER_AGUADOTriggers an Emergency Pack => No
2022-06-15 14:21XABIER_AGUADOTag Attached: FASH
2022-06-21 13:30ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2022-06-23 10:07ranjith_qualiantech_comStatusnew => scheduled
2022-06-28 08:09hgbotNote Added: 0138800
2022-06-28 08:09hgbotNote Added: 0138801
2022-07-23 20:11hgbotNote Added: 0139557
2022-07-23 20:11hgbotNote Added: 0139558
2022-07-23 20:11hgbotResolutionopen => fixed
2022-07-23 20:11hgbotStatusscheduled => closed
2022-07-23 20:11hgbotNote Added: 0139559
2022-07-23 20:11hgbotFixed in Version => RR22Q4
2022-07-23 20:11hgbotNote Added: 0139560
2023-01-27 12:52hgbotNote Added: 0145934

Notes
(0138800)
hgbot   
2022-06-28 08:09   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/787 [^]
(0138801)
hgbot   
2022-06-28 08:09   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/835 [^]
(0139557)
hgbot   
2022-07-23 20:11   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: e2f056824ff8b336de757c444179f5398eabdeae
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 23-07-2022 18:07:33
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/e2f056824ff8b336de757c444179f5398eabdeae [^]

Related to ISSUE-49568: DQM Validation should not be called when value is not changed in blur event

---
M web-jspack/org.openbravo.core2/src/components/Form/BaseForm.jsx
---
(0139558)
hgbot   
2022-07-23 20:11   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/787 [^]
(0139559)
hgbot   
2022-07-23 20:11   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/835 [^]
(0139560)
hgbot   
2022-07-23 20:11   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 69c8b1ff90eabb6266f45e25064d823dbca7b429
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 23-07-2022 18:07:31
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/69c8b1ff90eabb6266f45e25064d823dbca7b429 [^]

Fixed ISSUE-49568: DQM Validation should not be called when value is not changed in blur event

---
M web/org.openbravo.retail.posterminal/js/components/externalbusinesspartner_viewedit.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customeraddress/components/sharedcomponents.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/components/sharedcomponents.js
---
(0145934)
hgbot   
2023-01-27 12:52   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 823a28316e994d6ca6515fa803814d9faa9a4dca
Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com>
Date: 27-01-2023 11:52:01
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/823a28316e994d6ca6515fa803814d9faa9a4dca [^]

Related to ISSUE-49568: Validation should be called when fields get blurred

---
M web-jspack/org.openbravo.core2/src/components/Form/BaseForm.jsx
---