* [bug#57705] fix bug for create build.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user