Sunday, May 11, 2025
1 change
Resolved issues and error corrections
Users can now update the project, task, and description on a timesheet even when it is linked to a running timer. This prevents the timer header in list views from incorrectly blocking normal edits, while keeping time-sensitive fields locked during an active timer.
Original PR description
Before this commit, the user cannot edit the timesheet in the timer header inside the list view because the record is considered to be readonly by the list view. The reason is because the timesheet is considered as readonly when the timer is started which is wrong. This commit makes sure the timesheet is still editable even if a timer is linked to that timesheet. task-4781902