When a user is deleted from the users page, it destroys the user's pto requests, rather than prompting the soft_delete action for each of future pto_requests. Because of this, it does not refund agents who have signed up for the same days as the now deleted user.
Instead, it should prompt the refund process for any deleted request.
When a user is deleted from the users page, it destroys the user's pto requests, rather than prompting the soft_delete action for each of future pto_requests. Because of this, it does not refund agents who have signed up for the same days as the now deleted user.
Instead, it should prompt the refund process for any deleted request.