Resolve "Bug in exam lab request handling: requests are rejected too soon"
Compare changes
@@ -112,6 +112,7 @@ public class RequestService {
Closes #349 (closed) Fixes bug where all requests in an exam lab would get rejected.
Now, whenever the first request is picked using 'get next', the requests in that timeslot that did not get picked will be rejected.