You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Your environment
Newest Autolab branch
Steps To Reproduce
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.
The text was updated successfully, but these errors were encountered: