From fb6ce99d183ef020b0a19f9ad3be7d5e5fcc17f3 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Sun, 21 Nov 2021 09:34:14 +0800 Subject: [PATCH] * Fix bug #16490. --- module/testcase/js/batchedit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/testcase/js/batchedit.js b/module/testcase/js/batchedit.js index a8bbaa48bd..97889bfd11 100644 --- a/module/testcase/js/batchedit.js +++ b/module/testcase/js/batchedit.js @@ -30,7 +30,7 @@ function loadBranches(product, branch, caseID) if(typeof(branch) == 'undefined') branch = 0; if(!branch) branch = 0; - moduleLink = createLink('tree', 'ajaxGetOptionMenu', 'productID=' + product + '&viewtype=case&branch=' + branch + '&rootModuleID=0&returnType=html&fieldID=' + caseID + '&needManage=true'); + moduleLink = createLink('tree', 'ajaxGetOptionMenu', 'productID=' + product + '&viewtype=case&branch=' + branch + '&rootModuleID=0&returnType=html&fieldID=' + caseID); $('#modules' + caseID).parent('td').load(moduleLink, function() { $("#modules" + caseID).attr('onchange', "loadStories("+ product + ", this.value, " + caseID + ")").chosen();