* Finish task#37029.
This commit is contained in:
@@ -261,6 +261,10 @@ class block extends control
|
||||
{
|
||||
$block->moreLink = $this->createLink('project', 'dynamic', "projectID=$projectID&type=all");
|
||||
}
|
||||
elseif($moduleName == 'project' and $method == 'testtask')
|
||||
{
|
||||
$block->moreLink = $this->createLink('project', 'testtask', "projectID=$projectID");
|
||||
}
|
||||
}
|
||||
elseif($block->block == 'dynamic')
|
||||
{
|
||||
|
||||
@@ -527,7 +527,7 @@ $lang->block->modules['project']->moreLinkList->cmmiestimate = 'workestimation
|
||||
$lang->block->modules['project']->moreLinkList->cmmiissue = 'issue|browse|';
|
||||
$lang->block->modules['project']->moreLinkList->cmmirisk = 'risk|browse|';
|
||||
$lang->block->modules['project']->moreLinkList->scrumlist = 'project|execution|';
|
||||
$lang->block->modules['project']->moreLinkList->scrumtest = 'testtask|browse|';
|
||||
$lang->block->modules['project']->moreLinkList->scrumtest = 'project|testtask|';
|
||||
$lang->block->modules['project']->moreLinkList->scrumproduct = 'product|all|';
|
||||
$lang->block->modules['project']->moreLinkList->sprint = 'project|execution|';
|
||||
$lang->block->modules['project']->moreLinkList->projectdynamic = 'project|dynamic|';
|
||||
|
||||
Reference in New Issue
Block a user