-
-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Description
Is there a way to extend the message shown after a failed create resource:

Would be great to display also the full list of violations in the SnackBar Notification since we already have them in the response body:
{
"@context":"\/api\/contexts\/ConstraintViolationList",
"@type":"ConstraintViolationList",
"hydra:title":"An error occurred",
"hydra:description":"article: This article is already in use on that category.",
"violations":[
{
"propertyPath":"code",
"message":"article: This article is already in use on that category."
}
]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels