takoda1 / CS-Grad-Tracking

Code Closer project for UNC-CH grad department
3 stars 1 forks source link

CS03 upload failing #42

Closed takoda1 closed 5 years ago

takoda1 commented 5 years ago

Bug where the fields in the form were similar to another form. My upload post method on html was pointing to the wrong form. The upload still "worked", but there was a cast error because the field "approved" was boolean on the old one and a string on the new one