From 19f2468753b3cc63bcab46d82df1d40704d699d2 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 5 Mar 2015 08:48:18 -0800 Subject: [PATCH] Remove AprhontPanelView from LDAP search Summary: Makes this just a plain box (we don't have UI for table-in-form just yet). Test Plan: Faked some connection data to view the display. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7427 Differential Revision: https://secure.phabricator.com/D11982 --- .../people/controller/PhabricatorPeopleLdapController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/people/controller/PhabricatorPeopleLdapController.php b/src/applications/people/controller/PhabricatorPeopleLdapController.php index 80e4703ba3..22cb29be02 100644 --- a/src/applications/people/controller/PhabricatorPeopleLdapController.php +++ b/src/applications/people/controller/PhabricatorPeopleLdapController.php @@ -124,7 +124,7 @@ final class PhabricatorPeopleLdapController } private function processSearchRequest($request) { - $panel = new AphrontPanelView(); + $panel = new PHUIBoxView(); $admin = $request->getUser(); $search = $request->getStr('query');