From 5117bba85154d0a754f39a60dfe61d0510c21783 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 4 Jun 2012 19:01:27 -0700 Subject: [PATCH] CS-14769: Don't pass subdomainaccess param when scope=project --- ui/scripts/system.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index c5f0a9c70f6..b6fc9d80e44 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -1349,12 +1349,7 @@ } else if($form.find('.form-item[rel=projectId]').css("display") != "none") { //project-specific array1.push("&projectid=" + args.data.projectId); - array1.push("&acltype=account"); - - if ($form.find('.form-item[rel=subdomainaccess]:visible input:checked').size()) - array1.push("&subdomainaccess=true"); - else - array1.push("&subdomainaccess=false"); + array1.push("&acltype=account"); } else { //domain-specific array1.push("&acltype=domain");