Skip to content

Replace net id with user id in unenque request.

What does this mr do?

Managers and higher level users were unable to unenqueue students from the queue because in the template the user was giving the netid as a paramter and the controller was expecting the username.

Actions taken to fix bug

The parameter has been changed to the user's id in both places to make it easier to keep everything consistent.

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.

closes #273 (closed)

Edited by Cédric Willekens

Merge request reports