Openbravo Issue Tracking System - POS2
View Issue Details
0053263POS2Corepublic2023-08-22 12:232023-08-25 10:39
jarmendariz 
jarmendariz 
normalmajorhave not tried
closedfixed 
5
 
23Q4 
No
0053263: Date is not selectable using the calendar in DatePicker on iOS
On iOS devices, when the user uses the BaseFormDatePicker component to select a date, date is not copied to the input when it is selected from the calendar widget
In POS2 on an iOS device (iPhone or iPad), go to Customers Window, then tap "New Customer" Button.
In customer form, click the calendar icon in Birthdate field and select a date. This date should be copied to the input, but it still appears as empty.
No tags attached.
Issue History
2023-08-22 12:23jarmendarizNew Issue
2023-08-22 12:23jarmendarizAssigned To => jarmendariz
2023-08-22 12:23jarmendarizTriggers an Emergency Pack => No
2023-08-22 12:24jarmendarizStatusnew => scheduled
2023-08-22 12:38hgbotNote Added: 0153782
2023-08-25 10:39hgbotResolutionopen => fixed
2023-08-25 10:39hgbotStatusscheduled => closed
2023-08-25 10:39hgbotFixed in Version => 23Q4
2023-08-25 10:39hgbotNote Added: 0153965
2023-08-25 10:39hgbotNote Added: 0153966

Notes
(0153782)
hgbot   
2023-08-22 12:38   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1206 [^]
(0153965)
hgbot   
2023-08-25 10:39   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 8a2427303deb5d3891ffc18e89d82e7243a1d43b
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 25-08-2023 08:39:21
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/8a2427303deb5d3891ffc18e89d82e7243a1d43b [^]

Fixed ISSUE-53263: Date is not selectable from calendar on iOS devices

This issue is caused because passing an array to the Date constructor is not supported by iOS so we had to replace it with another method.

---
M web-jspack/org.openbravo.core2/src/components/BaseFormDatePicker/BaseFormDatePicker.jsx
---
(0153966)
hgbot   
2023-08-25 10:39   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1206 [^]