Merge branch 'sprint/170_mayue_12047' into 'sprint/170'

* Fix bug #12047.

See merge request easycorp/zentaopms!298
This commit is contained in:
李玉春
2021-11-04 01:17:07 +00:00
+5
View File
@@ -278,6 +278,11 @@ class block extends control
{
$block->moreLink = $this->createLink('project', 'testtask', "projectID=$projectID");
}
elseif($moduleName == 'testtask' and $method == 'browse')
{
$block->moreLink = $this->createLink('testtask', 'browse', "productID=0&branch=0&type=all,totalStatus");
}
}
elseif($block->block == 'dynamic')
{