* Fix bug.

This commit is contained in:
tianshujie98
2021-01-01 14:25:35 +08:00
parent cde1f2cdba
commit 5cc89dc76b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -508,7 +508,7 @@ function notice()
else
{
projectID = $('#project').val();
html += '<a href="' + createLink('build', 'create','projectID=' + projectID) + '" target="_blank" style="padding-right:5px">' + createBuild + '</a> ';
html += '<a href="' + createLink('build', 'create','projectID=' + projectID, '', '', PRJID) + '" target="_blank" style="padding-right:5px">' + createBuild + '</a> ';
html += '<a href="javascript:loadProjectBuilds(' + projectID + ')">' + refresh + '</a>';
}
var $bba = $('#buildBoxActions');
+1
View File
@@ -23,6 +23,7 @@ js::set('flow', $config->global->flow);
js::set('stepsRequired', $stepsRequired);
js::set('stepsNotEmpty', $lang->bug->stepsNotEmpty);
js::set('isStepsTemplate', $isStepsTemplate);
js::set('PRJID', $this->session->PRJ);
?>
<div id="mainContent" class="main-content fade">
<div class="center-block">