Friday, November 12, 2021
1 change
Resolved issues and error corrections
When users add a timesheet line while viewing a different week, the default date now matches the displayed period instead of incorrectly using the current weekday. This helps prevent entries from being created on the wrong date and reduces manual corrections.
Original PR description
Currently, the date set by default is the current day of the week but on the period displayed. step to reproduce:- go to timesheets > my timesheets > go to another week than the current one > add a line After this commit, except for the current week, the date set by default should be the first working day of the period displayed. Task-Id:2585241 PR: #21538