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

Fixes fatal when searching for user projects in maniphest

Summary:
Adds the phids of users entered into any user project query to handles phids for handle loading

Fixes T3395

Test Plan: Load page that was previous breaking

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T3395

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

authored by

Gareth Evans and committed by
epriestley
269ad218 9a929508

+1
+1
src/applications/maniphest/controller/ManiphestTaskListController.php
··· 577 577 $author_phids, 578 578 $project_group_phids, 579 579 $any_project_phids, 580 + $any_user_project_phids, 580 581 array_mergev(mpull($data, 'getProjectPHIDs'))); 581 582 $handles = id(new PhabricatorObjectHandleData($handle_phids)) 582 583 ->setViewer($viewer)