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
Fri, Mar 28, 3:20 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7725078
Default Alt Text
D16445.id39550.diff (680 B)

Event Timeline