From 269ad2186730d1c3a9229dd37fcb1675c31494ae Mon Sep 17 00:00:00 2001 From: Gareth Evans Date: Thu, 20 Jun 2013 09:25:00 -0700 Subject: [PATCH] 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 --- .../maniphest/controller/ManiphestTaskListController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/applications/maniphest/controller/ManiphestTaskListController.php b/src/applications/maniphest/controller/ManiphestTaskListController.php index 61f476ee28..67a4a7e91f 100644 --- a/src/applications/maniphest/controller/ManiphestTaskListController.php +++ b/src/applications/maniphest/controller/ManiphestTaskListController.php @@ -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)