Skip to content

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

  1. Grab a request
  2. Change request status to not found (click the not found button)
  3. Filter on request not found
  4. 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