* [bug52333,doing,0.2h] delete actions of scene.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user