* [bug#55824,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2024-10-17 13:27:50 +08:00
committed by 王怡栋
parent 998bb53b02
commit 74923dfa28
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -64,6 +64,7 @@ if($canBatchAssignTo)
foreach ($users as $account => $name)
{
if(empty($account)) continue;
$account = base64_encode((string)$account); // 编码用户名中的特殊字符
if($account != 'closed') $assignedToItems[] = array('text' => $name, 'innerClass' => 'batch-btn ajax-btn', 'data-url' => createLink('bug', 'batchAssignTo', "assignedTo={$account}&objectID={$execution->id}"));
}