mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Add fulltext search results panel back for dashboards
Summary: Ref T12324. Adds back this query for search results in dashboards. Test Plan: Use panel in Dashboard. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12324 Differential Revision: https://secure.phabricator.com/D17428
This commit is contained in:
parent
a9cd146745
commit
54059b0a9d
1 changed files with 1 additions and 5 deletions
|
@ -4,17 +4,13 @@ final class PhabricatorSearchApplicationSearchEngine
|
|||
extends PhabricatorApplicationSearchEngine {
|
||||
|
||||
public function getResultTypeDescription() {
|
||||
return pht('Fulltext Results');
|
||||
return pht('Fulltext Search Results');
|
||||
}
|
||||
|
||||
public function getApplicationClassName() {
|
||||
return 'PhabricatorSearchApplication';
|
||||
}
|
||||
|
||||
public function canUseInPanelContext() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public function buildSavedQueryFromRequest(AphrontRequest $request) {
|
||||
$saved = new PhabricatorSavedQuery();
|
||||
|
||||
|
|
Loading…
Reference in a new issue