diff --git a/module/product/model.php b/module/product/model.php index 7608cf6684..d5d1d6aecf 100644 --- a/module/product/model.php +++ b/module/product/model.php @@ -1575,6 +1575,10 @@ class productModel extends model { $link = helper::createLink($module, 'report', "productID=%s" . ($branch ? "&branch=%s" : '&branch=0') . "&extra=$extra"); } + elseif($module == 'testtask') + { + $link = helper::createLink($module, 'browse', "productID=%s" . ($branch ? "&branch=%s" : '&branch=0') . "&extra=$extra"); + } elseif($module == 'bug' && $method == 'view') { $link = helper::createLink('bug', 'browse', "productID=%s" . ($branch ? "&branch=%s" : '&branch=0') . "&extra=$extra");