Merge branch 'sprint/170_mayue_12047' into 'sprint/170'
* Fix bug #12047. See merge request easycorp/zentaopms!298
This commit is contained in:
@@ -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')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user