* Modify batch create bug page.

This commit is contained in:
tianshujie
2021-11-19 13:12:47 +08:00
parent 256c76c0b8
commit db6be58c1a
+1 -1
View File
@@ -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)