mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Restore missing "Reports" link to Maniphest
Summary: Accidentally lost this in the melee. Put it back. Test Plan: Saw link, then clicked it. Great success! Reviewers: btrahan Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D6982
This commit is contained in:
parent
092f540199
commit
7139655969
1 changed files with 3 additions and 0 deletions
|
@ -195,6 +195,9 @@ final class ManiphestTaskListController
|
|||
->setViewer($user)
|
||||
->addNavigationItems($nav->getMenu());
|
||||
|
||||
$nav->addLabel(pht('Reports'));
|
||||
$nav->addFilter('reports', pht('Reports'), 'report/');
|
||||
|
||||
$nav->selectFilter(null);
|
||||
|
||||
return $nav;
|
||||
|
|
Loading…
Reference in a new issue