cs-15286: incorrect result when edit pod

Original patch by: olga.smola
reviewed-by: brian
This commit is contained in:
Pranav Saxena 2012-06-19 13:26:19 +05:30 committed by bfederle
parent 205fd844e5
commit 1dc3ee51f5
1 changed files with 5 additions and 2 deletions

View File

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