1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

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
This commit is contained in:
Chad Little 2017-03-06 10:48:52 -08:00
parent 0d12bbb903
commit b28da10336

View file

@ -10,11 +10,6 @@ final class PhrequentSearchEngine extends PhabricatorApplicationSearchEngine {
return 'PhabricatorPhrequentApplication'; return 'PhabricatorPhrequentApplication';
} }
public function canUseInPanelContext() {
return false;
}
public function getPageSize(PhabricatorSavedQuery $saved) { public function getPageSize(PhabricatorSavedQuery $saved) {
return $saved->getParameter('limit', 1000); return $saved->getParameter('limit', 1000);
} }