1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-22 21:40:55 +01:00

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
This commit is contained in:
Gareth Evans 2013-06-20 09:25:00 -07:00 committed by epriestley
parent 9a929508ee
commit 269ad21867

View file

@ -577,6 +577,7 @@ final class ManiphestTaskListController extends ManiphestController {
$author_phids,
$project_group_phids,
$any_project_phids,
$any_user_project_phids,
array_mergev(mpull($data, 'getProjectPHIDs')));
$handles = id(new PhabricatorObjectHandleData($handle_phids))
->setViewer($viewer)