* [bug52333,doing,0.2h] delete actions of scene.

This commit is contained in:
zhouxin
2024-08-26 16:37:23 +08:00
committed by 宋辰轩
parent 39541e6be7
commit e87efcba66
+1
View File
@@ -159,6 +159,7 @@ $runs = array_map(
function($run)
{
if($run->version < $run->caseVersion) $run->status = 'changed';
if(str_starts_with((string)$run->id, 'scene')) unset($run->actions);
return $run;
},
$runs