Let objectManager handle rejected testData
This commit is contained in:
committed by
WineHQ
parent
b57a9f516c
commit
37296b2242
@@ -546,7 +546,7 @@ class distribution {
|
||||
echo '<td>'.$oTest->sTestedRating.' </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";
|
||||
|
||||
Reference in New Issue
Block a user