* fix error in bug batch create.

This commit is contained in:
chenfeiCF
2016-12-04 20:21:39 +08:00
parent a539be0c32
commit 4c5f7679ce
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -80,6 +80,7 @@ function setOpenedBuilds(link, index)
*/
function loadProjectBuilds(productID, projectID, index)
{
branch = $('#branches' + index).val();
if(projectID)
{
link = createLink('build', 'ajaxGetProjectBuilds', 'projectID=' + projectID + '&productID=' + productID + "&varName=openedBuilds&build=&branch=" + branch + "&index=" + index);