* Adjust for bug #39682.

This commit is contained in:
wangyidong
2023-10-20 14:09:12 +08:00
parent 91ce85ac5e
commit 80e0b27c0f
3 changed files with 9 additions and 5 deletions
-1
View File
@@ -2008,7 +2008,6 @@ class executionModel extends model
$parentList = array();
foreach($executions as $key => $execution)
{
$execution->projectName = htmlspecialchars_decode($execution->projectName);
$execution->productName = isset($productNameList[$execution->id]) ? $productNameList[$execution->id] : '';
/* Process the end time. */