You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve exception handler for EntityValidationErrors!
To test the current state:
Use "dev-all" module in main.ts, navigate to "OData" link, and use "Project - Create own" button after removing one of the mandatory fields. It returns "Internal server error" even though it should return "400 Bad request" by mentioning what is invalid with the model.
The text was updated successfully, but these errors were encountered:
Improve exception handler for EntityValidationErrors!
To test the current state:
Use "dev-all" module in main.ts, navigate to "OData" link, and use "Project - Create own" button after removing one of the mandatory fields. It returns "Internal server error" even though it should return "400 Bad request" by mentioning what is invalid with the model.
The text was updated successfully, but these errors were encountered: