1
0
Fork 0
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:
epriestley 2013-09-13 10:30:46 -07:00
parent 092f540199
commit 7139655969

View file

@ -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;