Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B8325E3A0 for ; Thu, 31 Jan 2013 17:07:30 +0000 (UTC) Received: (qmail 99901 invoked by uid 500); 31 Jan 2013 17:07:23 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 99814 invoked by uid 500); 31 Jan 2013 17:07:23 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 97296 invoked by uid 99); 31 Jan 2013 17:07:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2013 17:07:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D166782823D; Thu, 31 Jan 2013 17:07:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kishan@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [1/43] git commit: refs/heads/regions - CLOUDSTACK-1082:UI doesn't throw any error message when trying to delete ip range from a network that is in use Message-Id: <20130131170719.D166782823D@tyr.zones.apache.org> Date: Thu, 31 Jan 2013 17:07:19 +0000 (UTC) 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/regions Commit: cd10b994ae85d657624ec216582e49584620d691 Parents: 453f749 Author: Pranav Saxena Authored: Tue Jan 29 14:32:55 2013 +0530 Committer: Pranav Saxena 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)); } }); },