Skip to content
Snippets Groups Projects

If students are in group, they can no longer enqueue again

1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -146,7 +146,6 @@ public class RequestService {
if (!currentlyEnqueuing.add(personId))
return;
if (request instanceof LabRequest labRequest) {
if (labRequest.getTimeSlot() != null && !labRequest.getTimeSlot().canTakeSlot()) {
Loading