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

Provide viewer to CustomFields in ApplicationSearch

Summary: Fixes T4663.

Test Plan:
Added a custom field which accesses the viewer's username.

{F133249}

Reviewers: carl, btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T4663

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

+1
+1
src/applications/search/engine/PhabricatorApplicationSearchEngine.php
··· 511 511 $fields = PhabricatorCustomField::getObjectFields( 512 512 $object, 513 513 PhabricatorCustomField::ROLE_APPLICATIONSEARCH); 514 + $fields->setViewer($this->requireViewer()); 514 515 } else { 515 516 $fields = null; 516 517 }