Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15483271
D11751.id28329.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
749 B
Referenced Files
None
Subscribers
None
D11751.id28329.diff
View Options
diff --git a/src/applications/dashboard/customfield/PhabricatorDashboardPanelSearchApplicationCustomField.php b/src/applications/dashboard/customfield/PhabricatorDashboardPanelSearchApplicationCustomField.php
--- a/src/applications/dashboard/customfield/PhabricatorDashboardPanelSearchApplicationCustomField.php
+++ b/src/applications/dashboard/customfield/PhabricatorDashboardPanelSearchApplicationCustomField.php
@@ -16,6 +16,7 @@
$engines = id(new PhutilSymbolLoader())
->setAncestorClass('PhabricatorApplicationSearchEngine')
->loadObjects();
+ $engines = mfilter($engines, 'canUseInPanelContext');
$all_apps = id(new PhabricatorApplicationQuery())
->setViewer($this->getViewer())
->withUnlisted(false)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 10, 11:14 AM (4 d, 5 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7224069
Default Alt Text
D11751.id28329.diff (749 B)
Attached To
Mode
D11751: Dashboards - fix optionality of SearchEngines
Attached
Detach File
Event Timeline
Log In to Comment