X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Request.js;h=82d18ff0c5c822661a5e750f5006af9ecdf557ad;hp=b4db0f0783dd2c3c096a2fea9cc96d53ec154817;hb=8cd2a9237c684aa16bc21e3ac6d3793c49c65400;hpb=35441df2ae21ffdc0638843ce966fea26b7fda3a diff --git a/Pman.Request.js b/Pman.Request.js index b4db0f07..82d18ff0 100644 --- a/Pman.Request.js +++ b/Pman.Request.js @@ -81,7 +81,7 @@ Roo.extend(Pman.Request, Roo.data.Connection, { } var res = this.processResponse(response); - if (!res.success) { // error! + if (!res.success && !res.done) { // error! if (options.failure) { // failure is handled... - do not show error.. Roo.callback(options.failure, options.scope, [res, options]);