Monday, November 25, 2024
1 change · saas-17.4
Resolved issues and error corrections
Fixed an issue where time off allocation requests requiring two approvers were not moved to the second approval stage when using the bulk approval action. This ensures managers can process these allocation requests correctly without manual workarounds.
Original PR description
**Fix a bug that prevented approving allocation requests that required multiple approvers**
**Steps to reproduce**
1. Create a new time off type and set `approval` to `By employee's approver and time off officer`.
2. Create a new allocation:
* Use the time off type created above.
* Set the number of days to 20.
3. Save the created allocation.
4. Go to `Management -> Allocations`.
5. Select the created allocation and press on the actions cog.
6. Press on `Approve Allocations`.
7. The allocation state doesn't change to `second approval`.
The action `Approve Allocations` doesn't take into account the allocations that are in the first stage of approval.
task-4207884