X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Request.js;h=82d18ff0c5c822661a5e750f5006af9ecdf557ad;hb=ca4761f3d6530b562525feec940a63c82cf45dc9;hp=dd80cd154632fc632c2aa635bd613de796b16409;hpb=b362c5c141f2ce575cbddf24e93d9465a23e699f;p=Pman.Core diff --git a/Pman.Request.js b/Pman.Request.js index dd80cd15..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]); @@ -119,4 +119,4 @@ Roo.extend(Pman.Request, Roo.data.Connection, { } } -}); \ No newline at end of file +});