* Fix bug 32929.

This commit is contained in:
tianshujie
2023-03-15 10:41:40 +08:00
parent 7e17061d3d
commit 3756e90cfd
+1
View File
@@ -1485,6 +1485,7 @@ class productModel extends model
$executionName = $projectID != 0 ? '' : $execution->projectName;
foreach($paths as $path)
{
if(!isset($allExecutions[$path])) continue;
$executionName .= '/' . $allExecutions[$path]->name;
}