Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to regrade/download/excuse/delete over 200 submissions turns into a bad request #2261

Open
coder6583 opened this issue Jan 27, 2025 · 0 comments

Comments

@coder6583
Copy link
Contributor

Your environment
Newest Autolab branch

Steps To Reproduce

  1. Select over 200 submissions
  2. Try to regrade/download/excuse/delete

Current behavior
Goes to a bad request page
Image

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:

Image
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants