openaq / openaq-upload

Batch uploader for OpenAQ
MIT License
2 stars 0 forks source link

Form validation bug #13

Closed nbumbarger closed 7 years ago

nbumbarger commented 7 years ago

The current most recent branch https://github.com/openaq/openaq-upload/pull/8 includes a form validation bug, in which the validation is executed against the input prior to the current input. This is being addressed in the bug/form-validation branch.

nbumbarger commented 7 years ago

This bug fix is ready to go: https://github.com/openaq/openaq-upload/pull/14