@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.

Fix "legalpad documents" typeahead dataousource

Summary: This slipped through the datasource modernization stuff.

Test Plan: Used search UI.

Reviewers: rush898, btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D10196

+1 -1
+1 -1
src/applications/legalpad/query/LegalpadDocumentSignatureSearchEngine.php
··· 87 87 $form 88 88 ->appendChild( 89 89 id(new AphrontFormTokenizerControl()) 90 - ->setDatasource('/typeahead/common/legalpaddocuments/') 90 + ->setDatasource(new LegalpadDocumentDatasource()) 91 91 ->setName('documents') 92 92 ->setLabel(pht('Documents')) 93 93 ->setValue(array_select_keys($handles, $document_phids)));