* Fix bug 35631, and show requirement file in doc.

This commit is contained in:
songchenxuan
2023-05-30 16:59:33 +08:00
parent b7edd585bc
commit ea6ada7acc
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1954,6 +1954,7 @@ 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. */