pod/host dedication failure cases

This commit is contained in:
Pranav Saxena 2013-07-08 14:52:01 +05:30
parent 574f782ab2
commit baadb8a8c2
1 changed files with 8 additions and 0 deletions

View File

@ -9378,6 +9378,10 @@
}
}
else {
args.response.success({data: item});
}
},
error: function(XMLHttpResponse) {
var errorMsg = parseXMLHttpResponse(XMLHttpResponse);
@ -11430,6 +11434,10 @@
});
}
}
else {
args.response.success({data: item});
}
},
error: function(XMLHttpResponse) {