* Fix bug.

This commit is contained in:
tianshujie98
2021-03-18 16:57:31 +08:00
parent ca5b180515
commit 53cf4ebdcd
6 changed files with 14 additions and 14 deletions
+4
View File
@@ -1555,6 +1555,10 @@ class productModel extends model
{
$link = helper::createLink($module, $method, "productID=%s&type=$extra");
}
elseif($module == 'product' && $method == 'create')
{
$link = helper::createLink($module, 'browse', "productID=%s&type=$extra");
}
elseif($module == 'qa' && $method == 'index')
{
$link = helper::createLink('bug', 'browse', "productID=%s" . ($branch ? "&branch=%s" : ''));