Skip to content

Commit b28da10

Browse files
author
Chad Little
committedMar 6, 2017
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
1 parent 0d12bbb commit b28da10

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎src/applications/phrequent/query/PhrequentSearchEngine.php

-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ public function getApplicationClassName() {
1010
return 'PhabricatorPhrequentApplication';
1111
}
1212

13-
public function canUseInPanelContext() {
14-
return false;
15-
}
16-
17-
1813
public function getPageSize(PhabricatorSavedQuery $saved) {
1914
return $saved->getParameter('limit', 1000);
2015
}

0 commit comments

Comments
 (0)
Failed to load comments.