This commit is contained in:
mayue
2021-11-04 08:18:20 +08:00
parent c3a2ed73ba
commit f123cdefc1

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', "projectID=$projectID" . '&branch=0' . '&type=all,totalStatus');
}
}
elseif($block->block == 'dynamic')
{