This commit is contained in:
mayue
2021-11-04 08:54:25 +08:00
parent f123cdefc1
commit cb6a36fd4b
+1 -1
View File
@@ -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");
}
}