From db6be58c1a4845849809faa837a61a40d283423d Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 19 Nov 2021 13:12:47 +0800 Subject: [PATCH] * Modify batch create bug page. --- module/bug/js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/js/common.js b/module/bug/js/common.js index 6d798c1c4c..f0a27b5437 100644 --- a/module/bug/js/common.js +++ b/module/bug/js/common.js @@ -647,7 +647,7 @@ function setBranchRelated(branchID, productID, num) buildLink = createLink('build', 'ajaxGetProductBuilds', 'productID=' + productID + "&varName=openedBuilds&build=&branch=" + branchID + "&index=" + num); /* If the branch of the current row is inconsistent with the one below, clear the module and execution of the nex row. */ - if(config.currentMethod == 'batchCreate') + if(config.currentMethod == 'batchcreate') { var nextBranchID = $('#branch' + (num + 1)).val(); if(nextBranchID != branchID)