vitmalina / w2ui

UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).
http://w2ui.com
MIT License
2.66k stars 731 forks source link

Show the server response message even if status is not 200 (w2grid) #2469

Closed dv1x3r closed 10 months ago

dv1x3r commented 10 months ago

w2Grid adjustment. If your server returns non 200 response with a custom message, show this message in the popup instead of generic HTTP status description.

As described in the docs, the response structure may contain "message" field. This message only showed up if response is 200.

Now, instead of the popup with "409: Conflict" we will see "409: Custom message because of duplicates". The custom message will be shown only if presented.