From cf873eb2aff90e646e00a9b0a41c733591c16583 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Mon, 12 Jun 2023 14:19:53 +0800 Subject: [PATCH] * Set user map. --- module/caselib/ui/browse.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/caselib/ui/browse.html.php b/module/caselib/ui/browse.html.php index bd1367391c..064fa49b8d 100644 --- a/module/caselib/ui/browse.html.php +++ b/module/caselib/ui/browse.html.php @@ -148,6 +148,7 @@ if($canBatchReview || $canBatchDelete || $canBatchChangeModule) dtable ( + set::userMap($users), set::cols($config->caselib->testcase->dtable->fieldList), set::data(array_values($tableData)), set::checkable($canBatchAction),