mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-31 08:58:20 +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
|
$form
|
||||||
->appendChild(
|
->appendChild(
|
||||||
id(new AphrontFormTokenizerControl())
|
id(new AphrontFormTokenizerControl())
|
||||||
->setDatasource('/typeahead/common/legalpaddocuments/')
|
->setDatasource(new LegalpadDocumentDatasource())
|
||||||
->setName('documents')
|
->setName('documents')
|
||||||
->setLabel(pht('Documents'))
|
->setLabel(pht('Documents'))
|
||||||
->setValue(array_select_keys($handles, $document_phids)));
|
->setValue(array_select_keys($handles, $document_phids)));
|
||||||
|
|
Loading…
Add table
Reference in a new issue