Your environment
Newest Autolab branch
Steps To Reproduce
- Select over 200 submissions
- Try to regrade/download/excuse/delete
Current behavior
Goes to a bad request page

Expected behavior
Successfully execute the regrade/download/excuse/delete
This issue is related to PR#2248. Because the regrade all button is gone, we are currently putting all of the submission IDs into the url of the regrade/download/excuse/delete request. For example:

Because the url is so long, it is turning into a bad request. A possible fix is splitting the requests up, or putting the ids into the body of the request.