* The scrum project temporarily hides the trace matrix.

This commit is contained in:
leiyong
2020-11-26 14:12:15 +08:00
parent 49a33127e2
commit e10aed7e7d
3 changed files with 8 additions and 3 deletions
+3
View File
@@ -2348,6 +2348,9 @@ EOD;
if($program->model == 'scrum')
{
$lang->menuOrder = $lang->scrum->menuOrder;
/* The scrum project temporarily hides the trace matrix. */
unset($lang->projectstory->menu->track);
return self::processMenuVars($lang->menu->scrum);
}