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

Fix global search scope fatal on 404 page (or other pages with no Application)

Summary: Ref T13405. Some pages don't have a contextual application.

Test Plan: Viewed 404 page, no more fatal.

Maniphest Tasks: T13405

Differential Revision: https://secure.phabricator.com/D20792

+1 -1
+1 -1
src/view/page/menu/PhabricatorMainMenuSearchView.php
··· 118 118 119 119 public static function getGlobalSearchScopeItems( 120 120 PhabricatorUser $viewer, 121 - PhabricatorApplication $application) { 121 + PhabricatorApplication $application = null) { 122 122 123 123 $items = array(); 124 124 $items[] = array(