*Finish task #45539.
This commit is contained in:
@@ -529,7 +529,8 @@ function loadProductBranches(productID, param)
|
||||
$('#branch_chosen').remove();
|
||||
$('#branch').next('.picker').remove();
|
||||
|
||||
var param = (typeof(tab) != 'undefined' && (tab == 'execution' || tab == 'project')) ? "productID=" + productID + "&oldBranch=0¶m=" + param + "&projectID=" + objectID : "productID=" + productID + "&oldBranch=0¶m=" + param;
|
||||
var param = "productID=" + productID + "&oldBranch=0¶m=" + param;
|
||||
param += (typeof(tab) != 'undefined' && (tab == 'execution' || tab == 'project')) ? "&projectID=" + objectID : "";
|
||||
$.get(createLink('branch', 'ajaxGetBranches', param), function(data)
|
||||
{
|
||||
if(data)
|
||||
|
||||
Reference in New Issue
Block a user