* [bug#57705] fix bug for create build.

This commit is contained in:
liyang
2024-12-03 09:37:22 +08:00
committed by 田淑杰
parent ca6e45a126
commit d5acbd32f5
2 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -70,7 +70,6 @@ $().ready(function()
}
});
loadBranches();
loadSystem();
if(multipleProject)
{
window.waitDom('[name=execution]', function()
@@ -82,6 +81,7 @@ $().ready(function()
{
loadSystem(currentProduct);
}
});
/**
@@ -111,7 +111,6 @@ function loadProducts(executionID)
$('select[name^=builds]').attr('data-placeholder', multipleSelect);
loadBranches(productID);
loadSystem(productID);
}
else
{
+2
View File
@@ -113,6 +113,8 @@ formPanel
set::formID('createBuildForm'),
on::change('[name=newSystem]', 'setSystemBox'),
on::change('[name=system]', 'loadBuilds'),
on::init('[name=system]')->do("setTimeout('loadSystem()', 50)"),
on::change('[name=product]', 'loadSystem'),
$integratedRow,
$executionRow,
$productRow,