* Fix bug 16376
This commit is contained in:
@@ -15,6 +15,7 @@ function loadBranches(productID)
|
||||
oldBranch = productGroups[productID]['branches'];
|
||||
}
|
||||
|
||||
executionID = $('#execution').val();
|
||||
$.get(createLink('branch', 'ajaxGetBranches', 'productID=' + productID + '&oldBranch=0¶m=&projectID=' + executionID), function(data)
|
||||
{
|
||||
if(data)
|
||||
|
||||
Reference in New Issue
Block a user