Openbravo Issue Tracking System - POS2
View Issue Details
0056732POS2POSpublic2024-08-29 07:292024-10-15 08:29
sreehari 
sreehari 
normalminoralways
closedfixed 
5
 
24Q424Q4 
No
0056732: POS2 - While editing the customer form the save button is always enabled even without mandatory fields
Save Button is enabled without filling the Mandatory fields
1. In the POS 2 open the "Customers" screen.
2. Select a customer, for example VBS Customer.
3. Return to the "Sell" screen, click on the Customer -> View Info -> Edit.
4. Check the save button is enabled without mandatory fields.
5. Save and Close.
Save Button should be disabled first and enabled only after the mandatory fields are filled
No tags attached.
blocks defect 0056315 closed sreehari POS2 - While editing the customer form the save button is always enabled even without mandatory fields 
Issue History
2024-10-10 13:03marvintmTypedefect => backport
2024-10-10 13:03marvintmTarget Version => 24Q4
2024-10-14 08:50hgbotNote Added: 0170324
2024-10-14 08:51hgbotNote Added: 0170325
2024-10-15 08:29hgbotNote Added: 0170390
2024-10-15 08:29hgbotNote Added: 0170391
2024-10-15 08:29hgbotResolutionopen => fixed
2024-10-15 08:29hgbotStatusscheduled => closed
2024-10-15 08:29hgbotNote Added: 0170392
2024-10-15 08:29hgbotFixed in Version => 24Q4
2024-10-15 08:29hgbotNote Added: 0170393

Notes
(0170324)
hgbot   
2024-10-14 08:50   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1611 [^]
(0170325)
hgbot   
2024-10-14 08:51   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2990 [^]
(0170390)
hgbot   
2024-10-15 08:29   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 8ab4cf6b3c8bc1ac1c7adbe989347dafcd436528
Author: Sreehari Venkataraman <sreehari.venkataraman.ext@openbravo.com>
Date: 15-10-2024 06:29:06
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/8ab4cf6b3c8bc1ac1c7adbe989347dafcd436528 [^]

Related ISSUE-56732: Added disabledLabel prop for StandardButton

---
M web-jspack/org.openbravo.core2/src/components/ResponsiveToolbar/ResponsiveToolbar.jsx
---
(0170391)
hgbot   
2024-10-15 08:29   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1611 [^]
(0170392)
hgbot   
2024-10-15 08:29   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2990 [^]
(0170393)
hgbot   
2024-10-15 08:29   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 32e4ff2d404f1404bb8383c774a194755c761a3a
Author: Sreehari Venkataraman <sreehari.venkataraman.ext@openbravo.com>
Date: 14-10-2024 11:56:43
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/32e4ff2d404f1404bb8383c774a194755c761a3a [^]

Fixes ISSUE-56732: Disabled Save Button when Mandatory Fields are not filled

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web-jspack/org.openbravo.pos2/src-test/cypress/integration/customerForm.int.spec.js
M web-jspack/org.openbravo.pos2/src/components/Customer/CustomerMultiTabDialog/CustomerMultiTabDialogForm/CustomerMultiTabDialogForm.jsx
---