This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Change missed expiration default to 1 week [v5.5] #1491
Closed
Description
2016-02-10
In #594 we added an expiration period to missed reservations but also changed the default behavior of Reservations from deleting missed reservations immediately to keeping missed reservations forever. We should change the default to 1 week in our app_setup
task.
Original
Saw this while looking into #1489, reservations are correctly being flagged as missed
but not being deleted correctly. It's possible this has to do with the deletion task looking at the due date, not the start date, but I'm not sure.
Activity