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
Some forms such as assessments#new allow for you to submit the form without filling everything out. When pressing enter, the form submits but creation fails, but the redirect is not to the same page, nor do you see any visual indication of which field was wrong. The input into the form is not saved as well. Many forms on Autolab suffer from this issue such as editing assessments, editing courses.
It is also unclear which fields are required and which fields are optional for most fields.
Check each form in Autolab to see what if they have pre-validation
Add pre-validation to forms
Investigate ways of saving input in forms, apply to forms based on if it makes sense
Investigate 872 and see if that issue can be resolved at the same time
Related issue: #872 - validation fields don't show incorrect fields
The text was updated successfully, but these errors were encountered:
Some forms such as
assessments#new
allow for you to submit the form without filling everything out. When pressing enter, the form submits but creation fails, but the redirect is not to the same page, nor do you see any visual indication of which field was wrong. The input into the form is not saved as well. Many forms on Autolab suffer from this issue such as editing assessments, editing courses.It is also unclear which fields are required and which fields are optional for most fields.
Related issue: #872 - validation fields don't show incorrect fields
The text was updated successfully, but these errors were encountered: