From b28da10336cad5fd2f4524167e8dc4e6864556f2 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 6 Mar 2017 10:48:52 -0800 Subject: [PATCH] Allow Phrequent to be used in dashboard panels Summary: Probably useful if you use Phrequent. Test Plan: I did not test this beyond lint/unit. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D17473 --- src/applications/phrequent/query/PhrequentSearchEngine.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/applications/phrequent/query/PhrequentSearchEngine.php b/src/applications/phrequent/query/PhrequentSearchEngine.php index 46f7ae769c..d137c40b64 100644 --- a/src/applications/phrequent/query/PhrequentSearchEngine.php +++ b/src/applications/phrequent/query/PhrequentSearchEngine.php @@ -10,11 +10,6 @@ final class PhrequentSearchEngine extends PhabricatorApplicationSearchEngine { return 'PhabricatorPhrequentApplication'; } - public function canUseInPanelContext() { - return false; - } - - public function getPageSize(PhabricatorSavedQuery $saved) { return $saved->getParameter('limit', 1000); }