* Fix bug: copy bug from project and execution.

This commit is contained in:
zhujinyong
2021-03-30 15:20:35 +08:00
parent 467bfd85b8
commit b53cae0ce6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -104,7 +104,7 @@
<?php
if($canBeChanged)
{
$params = "bugID=$bug->id";
$params = "bugID=$bug->id,executionID={$execution->id}";
common::printIcon('bug', 'confirmBug', $params, $bug, 'list', 'ok', '', 'iframe', true);
common::printIcon('bug', 'resolve', $params, $bug, 'list', 'checked', '', 'iframe', true);
common::printIcon('bug', 'close', $params, $bug, 'list', '', '', 'iframe', true);