@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+3
+3
src/applications/maniphest/controller/ManiphestTaskListController.php
··· 195 195 ->setViewer($user) 196 196 ->addNavigationItems($nav->getMenu()); 197 197 198 + $nav->addLabel(pht('Reports')); 199 + $nav->addFilter('reports', pht('Reports'), 'report/'); 200 + 198 201 $nav->selectFilter(null); 199 202 200 203 return $nav;