From b53cae0ce61f910671cfb830d88bd9c6505f00e4 Mon Sep 17 00:00:00 2001 From: zhujinyong Date: Tue, 30 Mar 2021 15:20:35 +0800 Subject: [PATCH] * Fix bug: copy bug from project and execution. --- module/execution/view/bug.html.php | 2 +- module/project/view/bug.html.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/execution/view/bug.html.php b/module/execution/view/bug.html.php index 237622c1bb..59eac32b7a 100644 --- a/module/execution/view/bug.html.php +++ b/module/execution/view/bug.html.php @@ -104,7 +104,7 @@ 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); diff --git a/module/project/view/bug.html.php b/module/project/view/bug.html.php index 1402c0ba92..c71873a6da 100644 --- a/module/project/view/bug.html.php +++ b/module/project/view/bug.html.php @@ -104,7 +104,7 @@ id"; + $params = "bugID=$bug->id,projectID={$project->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);