From cb6a36fd4b34d5bcbb3d7c2d304cbea96a7a47a5 Mon Sep 17 00:00:00 2001 From: mayue Date: Thu, 4 Nov 2021 08:54:25 +0800 Subject: [PATCH] * Fix bug #12047. --- module/block/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/block/control.php b/module/block/control.php index 46562ac62e..1f93eaa279 100644 --- a/module/block/control.php +++ b/module/block/control.php @@ -280,7 +280,7 @@ class block extends control } elseif($moduleName == 'testtask' and $method == 'browse') { - $block->moreLink = $this->createLink('testtask', 'browse', "projectID=$projectID" . '&branch=0' . '&type=all,totalStatus'); + $block->moreLink = $this->createLink('testtask', 'browse', "productID=0&branch=0&type=all,totalStatus"); } }