From ec7ace2a2c9a195c379720f740db0fa214e05ce8 Mon Sep 17 00:00:00 2001 From: bfederle Date: Thu, 22 Dec 2011 15:25:55 -0800 Subject: [PATCH] bug 12573: Correct error handling for add volume status 12573: resolved fixed --- ui/scripts/storage.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js index 68cf55e0dcb..4d852c2866b 100644 --- a/ui/scripts/storage.js +++ b/ui/scripts/storage.js @@ -142,6 +142,9 @@ } } ); + }, + error: function(json) { + args.response.error(parseXMLHttpResponse(json)); } }); },