From 64d129b15c070ac65ba1fcd47e956057b2f75d06 Mon Sep 17 00:00:00 2001 From: holan20180123 <56391770@qq.com> Date: Wed, 19 May 2021 16:22:56 +0800 Subject: [PATCH] * Fix bug #12684. --- module/testtask/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/testtask/control.php b/module/testtask/control.php index cb39c961c2..755885865e 100644 --- a/module/testtask/control.php +++ b/module/testtask/control.php @@ -756,7 +756,7 @@ class testtask extends control $this->view->executions = $executions; $this->view->builds = $builds; $this->view->testreports = $testreports; - $this->view->users = $this->loadModel('user')->getPairs('nodeleted', $task->owner); + $this->view->users = $this->loadModel('user')->getPairs('nodeleted|noclosed', $task->owner); $this->view->contactLists = $this->user->getContactLists($this->app->user->account, 'withnote'); $this->display();