Thursday, February 6, 2025
2 changes · saas-17.2
Resolved issues and error corrections
Undoing auto-planned shifts in Planning now clears the previous selection from the search bar and removes leftover highlighting. This prevents users from seeing shifts marked as selected after they have already been moved back to unassigned, reducing confusion during scheduling.
Original PR description
Prior to this commit, undoing auto plan results in having the shifts remaining in the searchBar, and therefore still highlighted. This commit aims to reset the selection and the highlight after undo auto plan. To reproduce the bug: 1. In planning, clcik auto plan and then undo. 2. Auto planned shifts which are now in unassigned are still highlighted and the search bar contains these shifts. task: 3999600
This fixes an incorrect test step in the online shop cart flow that was causing automated checks to time out. The change helps keep quality checks stable so future website sales updates can be validated more reliably.
Original PR description
Correct trigger which was wrong, causing JS test to timeout runbot-task-98520