Page MenuHomePhabricator

D16445.id39550.diff
No OneTemporary

D16445.id39550.diff

diff --git a/src/applications/search/typeahead/PhabricatorSearchDocumentTypeDatasource.php b/src/applications/search/typeahead/PhabricatorSearchDocumentTypeDatasource.php
--- a/src/applications/search/typeahead/PhabricatorSearchDocumentTypeDatasource.php
+++ b/src/applications/search/typeahead/PhabricatorSearchDocumentTypeDatasource.php
@@ -25,8 +25,9 @@
}
private function buildResults() {
+ $viewer = $this->getViewer();
$types =
- PhabricatorSearchApplicationSearchEngine::getIndexableDocumentTypes();
+ PhabricatorSearchApplicationSearchEngine::getIndexableDocumentTypes($viewer);
$icons = mpull(
PhabricatorPHIDType::getAllTypes(),

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 7, 4:13 PM (5 d, 5 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
9047228
Default Alt Text
D16445.id39550.diff (680 B)

Event Timeline