X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Request.js;h=82d18ff0c5c822661a5e750f5006af9ecdf557ad;hp=dd80cd154632fc632c2aa635bd613de796b16409;hb=8cd2a9237c684aa16bc21e3ac6d3793c49c65400;hpb=940af1d1b92794936ef79dc3aa5ed599139fbde7 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 +});