Occasionally, in development at least (due to switching git branches?), a 401 Unauthorized error is received from the server in response to a request to PUT a change to a model.
Currently, there is no routine in the JavaScript to detect this and respond accordingly. Probably, an error notification should be displayed, with a link for the user to login again and retry.
Occasionally, in development at least (due to switching git branches?), a 401 Unauthorized error is received from the server in response to a request to PUT a change to a model.
Currently, there is no routine in the JavaScript to detect this and respond accordingly. Probably, an error notification should be displayed, with a link for the user to login again and retry.