Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8D39C1077D for ; Thu, 6 Jun 2013 09:58:20 +0000 (UTC) Received: (qmail 97527 invoked by uid 500); 6 Jun 2013 09:58:20 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 97397 invoked by uid 500); 6 Jun 2013 09:58:20 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 97389 invoked by uid 500); 6 Jun 2013 09:58:20 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 97382 invoked by uid 99); 6 Jun 2013 09:58:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jun 2013 09:58:20 +0000 Date: Thu, 6 Jun 2013 09:58:20 +0000 (UTC) From: "Saksham Srivastava (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CLOUDSTACK-2873) [UI] Dedicating resources to accounts is using incorrect parameter for account name. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Saksham Srivastava created CLOUDSTACK-2873: ---------------------------------------------- Summary: [UI] Dedicating resources to accounts is using incorrect parameter for account name. Key: CLOUDSTACK-2873 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2873 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Components: UI Affects Versions: 4.2.0 Reporter: Saksham Srivastava When dedicating resources to account, the correct parameter for account name in API is 'account'. >From Firebug logs, UI is using 'accountId' instead of 'account': GET /client/api?command=dedicatePod&podId=40f90446-e812-4b23-a097-9af3faebe47b&domainId=b45bc01f-a1a5-4ebe-bc9f-0f59e6ac0756&accountId=a1&response=json&sessionkey=%2FBZKXpzZahheAravXzxlxV9bQfg%3D&_=1370511380506 GET /client/api?command=dedicateCluster&clusterId=9f999ae8-3732-478c-b0a6-e14ac72a9057&domainId=b45bc01f-a1a5-4ebe-bc9f-0f59e6ac0756&accountId=a1&response=json&sessionkey=%2FBZKXpzZahheAravXzxlxV9bQfg%3D&_=1370512023268 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira