Skip to content

Commit ed0846d

Browse files
committed
#9389: No "save execution" buton and ...
#9389: No "save execution" buton and "Save steps work in progress execution" fails
1 parent 9ea221b commit ed0846d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/functions/testcase.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9492,6 +9492,7 @@ public function saveStepsPartialExec($partialExec,$context)
94929492
$s2w = '';
94939493
}
94949494

9495+
$safeID['platform_id'] = ($safeID['platform_id'] == -1) ? 0 : $safeID['platform_id'];
94959496
$sql = " INSERT INTO {$this->tables['execution_tcsteps_wip']}
94969497
(tcstep_id,testplan_id,platform_id,build_id,tester_id,
94979498
notes,status) VALUES

0 commit comments

Comments
 (0)