mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-16 16:58:38 +01:00
Allow Owner Packages to be in a Dashboard Panel
Summary: Ref T12324. Add back Owners. Test Plan: read carefully Reviewers: epriestley, eadler Reviewed By: eadler Subscribers: Korvin Maniphest Tasks: T12324 Differential Revision: https://secure.phabricator.com/D17588
This commit is contained in:
parent
eb6f4c4a28
commit
7ab4e7dbce
1 changed files with 0 additions and 4 deletions
|
@ -15,10 +15,6 @@ final class PhabricatorOwnersPackageSearchEngine
|
|||
return new PhabricatorOwnersPackageQuery();
|
||||
}
|
||||
|
||||
public function canUseInPanelContext() {
|
||||
return false;
|
||||
}
|
||||
|
||||
protected function buildCustomSearchFields() {
|
||||
return array(
|
||||
id(new PhabricatorSearchDatasourceField())
|
||||
|
|
Loading…
Add table
Reference in a new issue