Openbravo Issue Tracking System - POS2
View Issue Details
0052439POS2Corepublic2023-05-12 13:242023-05-22 12:23
gorka_gil 
meriem_azaf 
normalminoralways
closedfixed 
5
 
23Q3 
merged
No
No
0052439: BaseFormKeypad: not display mandatory asterisk (*)
When setting a BaseFormKeypad input in a form as mandatory,
the '*' that indicates that is mandatory it is not show in the field label.
- Go to CashManagement,
- Click on new deposit,

ERROR: the keypad label is "Amount" instead "Amount *"
No tags attached.
Issue History
2023-05-12 13:24gorka_gilNew Issue
2023-05-12 13:24gorka_gilAssigned To => Triage Platform Base
2023-05-12 13:24gorka_gilOBNetwork customer => No
2023-05-12 13:24gorka_gilTriggers an Emergency Pack => No
2023-05-16 15:20AugustoMauchStatusnew => scheduled
2023-05-16 15:20AugustoMauchAssigned ToTriage Platform Base => meriem_azaf
2023-05-16 16:52hgbotMerge Request Status => open
2023-05-16 16:52hgbotNote Added: 0149839
2023-05-22 09:53hgbotMerge Request Statusopen => merged
2023-05-22 09:53hgbotNote Added: 0150043
2023-05-22 09:53hgbotResolutionopen => fixed
2023-05-22 09:53hgbotStatusscheduled => resolved
2023-05-22 09:53hgbotFixed in Version => 23Q3
2023-05-22 09:53hgbotNote Added: 0150044
2023-05-22 12:23AugustoMauchStatusresolved => closed

Notes
(0149839)
hgbot   
2023-05-16 16:52   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1105 [^]
(0150043)
hgbot   
2023-05-22 09:53   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1105 [^]
(0150044)
hgbot   
2023-05-22 09:53   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 62911a72dbcbeab0b91170ecfb06621d545a4570
Author: Meriem Azaf <meriem.azaf@openbravo.com>
Date: 22-05-2023 07:42:44
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/62911a72dbcbeab0b91170ecfb06621d545a4570 [^]

Fixes ISSUE-52439: BaseFormKeypad: not display mandatory asterisk (*)

When setting a BaseFormKeypad input in a form as mandatory, the '*' that indicates that is mandatory it is not show in the field label.

To fix this, we added the "required" parameter in BaseFormKeypad, BaseKeypad and BaseFormInput.

---
M web-jspack/org.openbravo.core2/src/components/BaseFormKeypad/BaseFormKeypad.jsx
M web-jspack/org.openbravo.core2/src/components/BaseKeypad/BaseKeypad.jsx
M web-jspack/org.openbravo.core2/src/components/BaseKeypad/__test__/BaseKeypad.test.jsx
---