* Fix bug#12367.
This commit is contained in:
@@ -556,7 +556,9 @@ function notice()
|
||||
else
|
||||
{
|
||||
executionID = $('#execution').val();
|
||||
link = createLink('build', 'create','executionID=' + executionID + '&productID=' + $('#product').val());
|
||||
productID = $('#product').val();
|
||||
projectID = $('#project').val();
|
||||
link = createLink('build', 'create','executionID=' + executionID + '&productID=' + productID + '&projectID=' + projectID);
|
||||
link += config.requestType == 'GET' ? '&onlybody=yes' : '?onlybody=yes';
|
||||
html += '<a href="' + link + '" data-toggle="modal" data-type="iframe" style="padding-right:5px">' + createBuild + '</a> ';
|
||||
html += '<a href="javascript:loadExecutionBuilds(' + executionID + ')">' + refresh + '</a>';
|
||||
|
||||
Reference in New Issue
Block a user