Let objectManager handle rejected testData

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-03-25 03:56:20 +00:00
committed by WineHQ
parent b57a9f516c
commit 37296b2242
5 changed files with 29 additions and 183 deletions

View File

@@ -546,7 +546,7 @@ class distribution {
echo '<td>'.$oTest->sTestedRating.'&nbsp</td>',"\n";
if ($_SESSION['current']->hasAppVersionModifyPermission($oVersion))
{
echo '<td><a href="'.BASE.'admin/adminTestResults.php?sSub=view&iTestingId='.$oTest->iTestingId.'">',"\n";
echo '<td><a href="'.$oTest->objectMakeUrl().'">',"\n";
echo 'Edit</a></td>',"\n";
}
echo '</tr>',"\n";