diff --git a/module/bug/js/common.js b/module/bug/js/common.js index a631160093..402cb52dda 100644 --- a/module/bug/js/common.js +++ b/module/bug/js/common.js @@ -508,7 +508,7 @@ function notice() else { projectID = $('#project').val(); - html += '' + createBuild + ' '; + html += '' + createBuild + ' '; html += '' + refresh + ''; } var $bba = $('#buildBoxActions'); diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index 45e16b191b..7fbcc182d7 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -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); ?>