Skip to content

Resolve "Enqueue page allowed to be visited while already enqueued"

What does this mr do?

Visiting the enqueue page, while already enqueued, does not redirect to the lab.

Actions taken to fix bug

Write a check in the LabController to check if the user is already enqueued. If yes, the user is sent back to the /lab/{id}

Does this MR meet the acceptance criteria?

  • I have added a changelog entry to reflect the significant changes I made and the bug I fixed.
  • A test was created to test the bug.
  • I have updated the documentation accordingly.
  • I adhere to the style guide.
Edited by Thijs Nulle

Merge request reports