Request status changes do not get saved to request repository
Summary
When changing the status of a request, we can see the status change in the request table, but using filters the filters will not work yet.
Steps to reproduce
- Grab a request
- Change request status to not found (click the not found button)
- Filter on request not found
- See there is no request in the request table
Possible Fix
Find a way to replace the @PostLoad in Request. This causes the status to be changed. Additionally, make sure the status gets saved upon adding an event.
Logs
Edited by Chris Lemaire