1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

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
This commit is contained in:
Chad Little 2015-03-05 08:48:18 -08:00
parent f9dc4ef6d8
commit 19f2468753

View file

@ -124,7 +124,7 @@ final class PhabricatorPeopleLdapController
}
private function processSearchRequest($request) {
$panel = new AphrontPanelView();
$panel = new PHUIBoxView();
$admin = $request->getUser();
$search = $request->getStr('query');