instedd / cdx

Connected Diagnostics Platform
https://cdx.io
9 stars 7 forks source link

Display errors on invalid files when uploading boxes from CSV #1951

Closed leandroradusky closed 1 year ago

leandroradusky commented 1 year ago

Fixes error find while testing #1814.

The created CsvValidation controller was responding with an unprocessable entity when there was an error but nothing was done with that, then the row wasn't displayed for the uploaded file, misleading the users about what was happening. Now, when the file is invalid, it looks like this:

image

sardar-usman commented 1 year ago

@leandroradusky It is working as expected now.