fba354621f
extjs 7.0 gives the responseType to the XMLHTTPRequest (which is 'json' for a json reader), but that means that the response is automatically decoded by the browser, with no means to get the original return back in our case, for successful api calls it would work, but some of our errors are plain text, not json, so the decoded json object is 'null' and we lose the error information revert the type to 'undefined' which tells the browser not do do any decoding Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> |
||
---|---|---|
debian | ||
src | ||
Makefile |