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
Currently, when a user inputs a grade within a grade text input element and presses "enter", the form submits which causes a new page load with an error: "id" parameter is missing. Need to make sure on the enter key press event, an ajax request is made, not a full page refresh.
The text was updated successfully, but these errors were encountered:
Turns out if there is only one remaining grade item that is ungraded when the page loads then when pressing "enter" on that open field will trigger this error.
Currently, when a user inputs a grade within a grade text input element and presses "enter", the form submits which causes a new page load with an error: "id" parameter is missing. Need to make sure on the enter key press event, an ajax request is made, not a full page refresh.
The text was updated successfully, but these errors were encountered: