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
Currently errors during an ajax request are not handled, the user sees nothing. This may happen, for example, with the delta_input buttons in the order and balancing screen to change group_order_article amounts.
The text was updated successfully, but these errors were encountered:
a server error occurs (resulting in an http 500 status code).
The second can be caught by jQuery's ajaxError() handler, and the first one too - when we return an http status code assuggestedelsewheretoo.
For validation errors, 422 would be suitable; what to use for other unexpected conditions? (E.g., when no member can be found for an ordergroup in foodcoop-adam#106.)
Currently errors during an ajax request are not handled, the user sees nothing. This may happen, for example, with the delta_input buttons in the order and balancing screen to change
group_order_article
amounts.The text was updated successfully, but these errors were encountered: