* [refac bug #65023] Adjust for show file when no case step.

This commit is contained in:
wangyidong
2025-09-03 12:11:58 +08:00
parent 178154836b
commit cf9b11d829
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1644,7 +1644,7 @@ class testtaskModel extends model
{
$resultFiles[$file->objectID][$file->id] = $file;
}
elseif($file->objectType == 'stepResult' && $file->extra !== '')
elseif($file->objectType == 'stepResult')
{
$stepFiles[$file->objectID][(int)$file->extra][$file->id] = $file;
}