This repository has been archived by the owner on Jul 24, 2021. It is now read-only.
No feedback given to the user when invalid input is provided #237
Labels
v4
Changes related to conch v3
e.g. when editing a hardware product field and providing a string where an integer is expected, the POST is sent and then no feedback is given to the user that the input was invalid.
In many cases the check can be done right in the UI (since numbers are submitted properly as numbers in numeric fields, the UI clearly knows which fields are intended to be numeric and which are strings). In other cases the API does additional checks and so the 400 response will need to be detected and conveyed to the user.
(related: #196)
The text was updated successfully, but these errors were encountered: