Openbravo Issue Tracking System - POS2
View Issue Details
0055018POS2Corepublic2024-03-20 17:382024-03-20 17:39
AugustoMauch 
Triage Platform Base 
normalmajorhave not tried
closedfixed 
5
 
24Q2 
No
0055018: The mandatory check for Put Away product can be bypassed
If I go to New Put Away and click "Create Put Away(s)" button with the field "Stock Product" blank, the field shows a message "is required". However, if I use the magnifier to open the products pop up and click "Apply" without selecting any product, the "Create Put Away(s)" button works and an error message "JSONArray[0] not found" is shown
See description above
No tags attached.
Issue History
2024-03-20 17:38AugustoMauchNew Issue
2024-03-20 17:38AugustoMauchAssigned To => Triage Platform Base
2024-03-20 17:38AugustoMauchTriggers an Emergency Pack => No
2024-03-20 17:39hgbotResolutionopen => fixed
2024-03-20 17:39hgbotStatusnew => resolved
2024-03-20 17:39hgbotFixed in Version => 24Q2
2024-03-20 17:39hgbotNote Added: 0162433
2024-03-20 17:39AugustoMauchStatusresolved => closed

Notes
(0162433)
hgbot   
2024-03-20 17:39   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: cd6130b298f3911433f48e9f3dac3312723433c4
Author: ruben.jimenez <ruben.jimenez@openbravo.com>
Date: 20-03-2024 17:38:45
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/cd6130b298f3911433f48e9f3dac3312723433c4 [^]

Fixes ISSUE-55018: Add onDeleteAll callback to properly clear all chips

Previously, the 'Clear All' button wasn't working as expected, failing to remove all chips from the interface. This commit addresses the issue by introducing the onDeleteAll callback as a property, ensuring proper clearing functionality when the button is clicked

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