* Adjust for bug #39682.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user