@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
src/applications/people/controller/PhabricatorPeopleLdapController.php
··· 124 124 } 125 125 126 126 private function processSearchRequest($request) { 127 - $panel = new AphrontPanelView(); 127 + $panel = new PHUIBoxView(); 128 128 $admin = $request->getUser(); 129 129 130 130 $search = $request->getStr('query');