You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/10/01 08:58:57 UTC

[cloudstack-primate] branch master updated: Fix dedicate zone to a domain / account (#776)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d57de8  Fix dedicate zone to a domain / account (#776)
7d57de8 is described below

commit 7d57de87c6d268929e6806bfe00fb4429b4d846f
Author: Pearl Dsilva <pe...@gmail.com>
AuthorDate: Thu Oct 1 14:28:46 2020 +0530

    Fix dedicate zone to a domain / account (#776)
    
    Co-authored-by: Pearl Dsilva <pe...@shapeblue.com>
---
 src/views/infra/zone/ZoneWizardLaunchZone.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/infra/zone/ZoneWizardLaunchZone.vue b/src/views/infra/zone/ZoneWizardLaunchZone.vue
index 7d9a5ba..49b9103 100644
--- a/src/views/infra/zone/ZoneWizardLaunchZone.vue
+++ b/src/views/infra/zone/ZoneWizardLaunchZone.vue
@@ -355,7 +355,7 @@ export default {
 
       const params = {}
       params.zoneid = this.stepData.zoneReturned.id
-      params.domain = this.prefillContent.domainId ? this.prefillContent.domainId.value : null
+      params.domainid = this.prefillContent.domainId ? this.prefillContent.domainId.value : null
       params.account = this.prefillContent.account ? this.prefillContent.account.value : null
 
       try {