mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
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
This commit is contained in:
parent
21234be19d
commit
0e7b4b0277
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ final class LegalpadDocumentSignatureSearchEngine
|
|||
$form
|
||||
->appendChild(
|
||||
id(new AphrontFormTokenizerControl())
|
||||
->setDatasource('/typeahead/common/legalpaddocuments/')
|
||||
->setDatasource(new LegalpadDocumentDatasource())
|
||||
->setName('documents')
|
||||
->setLabel(pht('Documents'))
|
||||
->setValue(array_select_keys($handles, $document_phids)));
|
||||
|
|
Loading…
Reference in a new issue