Changeset View
Changeset View
Standalone View
Standalone View
src/applications/fund/application/PhabricatorFundApplication.php
| Show First 20 Lines • Show All 56 Lines • ▼ Show 20 Lines | return array( | ||||
| 'caption' => pht('Default view policy for newly created initiatives.'), | 'caption' => pht('Default view policy for newly created initiatives.'), | ||||
| ), | ), | ||||
| FundCreateInitiativesCapability::CAPABILITY => array( | FundCreateInitiativesCapability::CAPABILITY => array( | ||||
| 'default' => PhabricatorPolicies::POLICY_ADMIN, | 'default' => PhabricatorPolicies::POLICY_ADMIN, | ||||
| ), | ), | ||||
| ); | ); | ||||
| } | } | ||||
| public function getApplicationSearchDocumentTypes() { | |||||
| return array( | |||||
| FundInitiativePHIDType::TYPECONST, | |||||
| ); | |||||
| } | |||||
| } | } | ||||