Resolve "Queue thinks requests still exists even though they are deleted"
Compare changes
@@ -46,7 +46,7 @@ import nl.tudelft.queue.model.labs.Lab;
See #680 (closed) issue description and comments
The order of the keys within the @SQLDelete
statement was switched. This means that Feedback
entities are now correctly soft deleted, and it stops the feedback page from not rendering. For a more longer term solution with regards to how we deal with feedback and deleted requests, see #616 (closed)