* 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
@@ -110,7 +110,7 @@ function checkall(checker)
<?php
common::printLink('testtask', 'runcase', "id=$run->id", $lang->testtask->runCase, '', 'class="iframe"');
common::printLink('testtask', 'results', "id=$run->id", $lang->testtask->results, '', 'class="iframe"');
common::printLink('bug', 'create', "product=$productID&extra=projectID=$task->project,buildID=$task->build,runID=$run->id", $lang->testtask->createBug);
common::printLink('bug', 'create', "product=$productID&extra=projectID=$task->project,buildID=$task->build,caseID=$run->case,runID=$run->id", $lang->testtask->createBug);
common::printLink('testtask', 'unlinkcase', "id=$run->id", $lang->testtask->unlinkCase, 'hiddenwin');
?>
</td>