CLOUDSTACK-1398:LDAP:fail to update the failed job status -stuck in in-progress state

This commit is contained in:
Pranav Saxena 2013-02-26 16:52:04 +05:30
parent 0a1a207a19
commit b9a4774d8e
1 changed files with 7 additions and 1 deletions

View File

@ -188,7 +188,13 @@
data: items
});
}
},
error:function(json){
args.response.error(parseXMLHttpResponse(json));
}
});