From 30798c4227a0c5cb2da2e481b404d681f54a3da5 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 28 May 2024 10:03:36 +0800 Subject: [PATCH] * Fix bug #50204. --- module/execution/ui/batchedit.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/ui/batchedit.html.php b/module/execution/ui/batchedit.html.php index eb2b808f79..49c68f2fbd 100644 --- a/module/execution/ui/batchedit.html.php +++ b/module/execution/ui/batchedit.html.php @@ -116,7 +116,7 @@ formBatchPanel set::control('picker'), set::ditto(true), set::defaultDitto('off'), - set::items(array()), + set::items($rdUsers), set::hidden(strpos("{$showFields}", 'RD') === false), set::width('180px') ),