From 5da98433b63bed196f8398e955a92f544f33752b Mon Sep 17 00:00:00 2001 From: mayue Date: Thu, 21 Apr 2022 16:30:32 +0800 Subject: [PATCH] * Fix bug #19933#21785. --- module/bug/js/common.js | 2 +- module/bug/view/edit.html.php | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/module/bug/js/common.js b/module/bug/js/common.js index 96afeeee40..fdd384c8f1 100644 --- a/module/bug/js/common.js +++ b/module/bug/js/common.js @@ -341,7 +341,7 @@ function loadExecutionRelated(executionID) loadExecutionTasks(executionID); loadExecutionStories(executionID); loadExecutionBuilds(executionID); - loadAssignedTo(executionID); + loadAssignedTo(executionID, $('#assignedTo').val()); loadTestTasks($('#product').val(), executionID); } else diff --git a/module/bug/view/edit.html.php b/module/bug/view/edit.html.php index 4872fc2ac6..5b6a8e5805 100644 --- a/module/bug/view/edit.html.php +++ b/module/bug/view/edit.html.php @@ -145,7 +145,12 @@ if($this->app->tab == 'project') js::set('objectID', $bug->project); bug->assignedTo;?> - assignedTo, "class='form-control chosen'");?> + +
+ assignedTo, "class='form-control chosen'");?> + bug->allUsers, "class='btn btn-default' onclick='loadAllUsers()' data-toggle='tooltip'");?> +
+ bug->deadline;?>