* finish task #7263.

This commit is contained in:
z
2020-06-17 13:03:15 +08:00
parent d8ce393afa
commit cb8d7502b7
5 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ js::set('flow', $config->global->flow);
<?php echo html::submitButton();?>
<?php if($caseID == 0) echo html::backButton();?>
<?php echo html::hidden('case', (int)$caseID) . html::hidden('caseVersion', (int)$version);?>
<?php echo html::hidden('result', (int)$runID) . html::hidden('testtask', (int)$testtask);?>
<?php echo html::hidden('result', (int)$runID) . html::hidden('testtask', $testtask ? (int)$testtask->id : 0);?>
</td>
</tr>
</tfoot>