cs-15286: incorrect result when edit pod

Original patch by: olga.smola
reviewed-by: brian
This commit is contained in:
bfederle 2012-06-20 14:21:05 -07:00
parent cb403b1c97
commit 9e9b2cbdcc
1 changed files with 5 additions and 2 deletions

View File

@ -5824,8 +5824,11 @@
actionFilter: podActionfilter,
data:item
});
}
});
},
error: function(data) {
args.response.error(parseXMLHttpResponse(data));
}
});
}
},