-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validation on aid package title #300
Comments
We can simply add |
Need a human readable error message for the FE/ |
DB is altered, users will not be able to create duplicate names.
|
Frontend error is not informative for now. |
@jayasanka-sack I can send a better error form backend later, for now can we use above error and show a meaningful error to the user |
Isn't this not the expectation? Otherwise name will be duplicate. |
Quick fix: Catch this from the frontend. |
Temporally fixed with #372 . Need a proper solution from the backend. |
I think what we need to do here is,
@manuranga Could you please assign someone from the BE team? Later on, we need to send a proper error resource. So that we can catch it from the front end and display validation errors in necessary places. ex:
|
The text was updated successfully, but these errors were encountered: