* Fix bug#11475.

This commit is contained in:
qiyu-xie
2021-03-25 13:06:35 +08:00
parent 6832646dbc
commit 5f7e004151
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -373,6 +373,10 @@ class bug extends control
{
$location = $this->createLink('execution', 'bug', "executionID={$output['executionID']}");
}
if(isset($output['projectID']))
{
$location = $this->createLink('project', 'bug', "projectID={$output['projectID']}");
}
else
{
setcookie('bugModule', 0, 0, $this->config->webRoot, '', false, false);