You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2013/01/29 10:07:04 UTC

[1/2] git commit: CLOUDSTACK-1082:UI doesn't throw any error message when trying to delete ip range from a network that is in use

CLOUDSTACK-1082:UI doesn't throw any error message when trying to delete ip range from a network that is in use


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/cd10b994
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/cd10b994
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/cd10b994

Branch: refs/heads/master
Commit: cd10b994ae85d657624ec216582e49584620d691
Parents: 453f749
Author: Pranav Saxena <pr...@citrix.com>
Authored: Tue Jan 29 14:32:55 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Tue Jan 29 14:32:55 2013 +0530

----------------------------------------------------------------------
 ui/scripts/system.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/cd10b994/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index def6d44..1dcf7c4 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -9736,7 +9736,7 @@
                     args.response.success({data:{}});
                   },
                   error: function(json) {
-                    args.response.error(parseXMLHttpResponse(XMLHttpResponse));
+                    args.response.error(parseXMLHttpResponse(json));
                   }
                 });
               },