mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01: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:
parent
f9dc4ef6d8
commit
19f2468753
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ final class PhabricatorPeopleLdapController
|
|||
}
|
||||
|
||||
private function processSearchRequest($request) {
|
||||
$panel = new AphrontPanelView();
|
||||
$panel = new PHUIBoxView();
|
||||
$admin = $request->getUser();
|
||||
|
||||
$search = $request->getStr('query');
|
||||
|
|
Loading…
Reference in a new issue