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:
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: