Replace net id with user id in unenque request.
Compare changes
@@ -238,13 +238,13 @@ public class LabController {
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.
The parameter has been changed to the user's id in both places to make it easier to keep everything consistent.
closes #273 (closed)