diff --git a/module/bug/js/common.js b/module/bug/js/common.js index 90ddf72002..bff09533b9 100644 --- a/module/bug/js/common.js +++ b/module/bug/js/common.js @@ -496,7 +496,8 @@ function notice() if(typeof(branch) == 'undefined') branch = 0; var link = createLink('release', 'create', 'productID=' + $('#product').val() + '&branch=' + branch); if(typeof(flow) != 'undefined' && flow == 'onlyTest') link = createLink('build', 'create','projectID=' + $('#product').val()); - html += '' + createBuild + ' '; + link += '?onlybody=yes'; + html += '' + createBuild + ' '; html += '' + refresh + ''; } else