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
press save, you get a validation error. ok that validation error is a bug but the important point is that the message presented to the user that results from a validation error is very generic and pretty much useful to figure out what is wrong.
However, if you go into the network tab, you can find out the actual validation report that is the useful part to know what part of the validation failed.
Specifically:
This response could be presented in the expanded form of the message, even if only as plain JSON it's already way more useful that having to dig it up in the network tab.
Icing on the cake, presenting a validation specific output that provides links to the relevant schema so the user can navigate to it without losing the vlaidation report currently on screen (e.g. opening a new tab).
The text was updated successfully, but these errors were encountered:
How to reproduce the issue
name
property by adding a characterHowever, if you go into the network tab, you can find out the actual validation report that is the useful part to know what part of the validation failed.
Specifically:
The relevant output I see in the network tab:
This response could be presented in the expanded form of the message, even if only as plain JSON it's already way more useful that having to dig it up in the network tab.
Icing on the cake, presenting a validation specific output that provides links to the relevant schema so the user can navigate to it without losing the vlaidation report currently on screen (e.g. opening a new tab).
The text was updated successfully, but these errors were encountered: