diff --git a/src/applications/maniphest/controller/ManiphestTaskListController.php b/src/applications/maniphest/controller/ManiphestTaskListController.php index 81d4d85540..692f80ed55 100644 --- a/src/applications/maniphest/controller/ManiphestTaskListController.php +++ b/src/applications/maniphest/controller/ManiphestTaskListController.php @@ -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;