You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add ingress date to an employee, after successful save, the form shows the data as empty. If I go to the employee profile the date has been correctly set.
Steps to Reproduce
Edit an employee
2.a. If the employee has already an ingress date, go to 3
2.b. If the employee has no ingress date, choose one and save
The edit form has no ingress date set.
Expected Behavior
I should be able to see the set date in the edit form
Actual Behavior
The date is show as not set "dd/mm/yyyy"
In the browser console I see: "The specified value "01/01/2025" does not conform to the required format, "yyyy-MM-dd"."
Environment
Latest dev branch running in docker-compose.
The text was updated successfully, but these errors were encountered:
We appreciate the detailed description and steps to reproduce the problem. The issue occurs because the date format currently supports only displaying values, but not for input fields. Specifically, the input fields expect the yyyy-MM-dd format, which is causing the mismatch with the displayed format dd/mm/yyyy.
We will work on updating the system to ensure the selected date format is consistently applied in the input field as well. This will prevent the error:
This enhancement will align the displayed date format with the input field's requirements, providing a seamless experience when editing employee details.
We’ll keep you updated as this fix progresses. In the meantime, if you have any additional feedback or suggestions, feel free to let us know!
Bug Report
Description
When I add ingress date to an employee, after successful save, the form shows the data as empty. If I go to the employee profile the date has been correctly set.
Steps to Reproduce
2.a. If the employee has already an ingress date, go to 3
2.b. If the employee has no ingress date, choose one and save
Expected Behavior
I should be able to see the set date in the edit form
Actual Behavior
The date is show as not set "dd/mm/yyyy"
In the browser console I see: "The specified value "01/01/2025" does not conform to the required format, "yyyy-MM-dd"."
Environment
Latest dev branch running in docker-compose.
The text was updated successfully, but these errors were encountered: