bug 12573: Correct error handling for add volume

status 12573: resolved fixed
This commit is contained in:
bfederle 2011-12-22 15:25:55 -08:00
parent e66af621f1
commit ec7ace2a2c
1 changed files with 3 additions and 0 deletions

View File

@ -142,6 +142,9 @@
}
}
);
},
error: function(json) {
args.response.error(parseXMLHttpResponse(json));
}
});
},