* pass projectID from the project view.

* save the caseID when create from a test result.
This commit is contained in:
wangchunsheng
2010-02-02 07:29:42 +00:00
parent daa67dda26
commit 592e732f3d
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -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>