* pass projectID from the project view.
* save the caseID when create from a test result.
This commit is contained in:
@@ -170,7 +170,7 @@ function loadProjectBuilds(projectID)
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2'>
|
||||
<?php echo html::submitButton() . html::resetButton();?>
|
||||
<?php echo html::submitButton() . html::resetButton() . html::hidden('case', $caseID);?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user