remove entitytype definition from extension; we're using .mgd.php files now
This commit is contained in:
parent
092cb2a184
commit
570d858b17
@ -180,11 +180,6 @@ function annualgrantbudgets_civicrm_alterSettingsFolders(&$metaDataFolders = NUL
|
|||||||
*/
|
*/
|
||||||
function annualgrantbudgets_civicrm_entityTypes(&$entityTypes) {
|
function annualgrantbudgets_civicrm_entityTypes(&$entityTypes) {
|
||||||
_annualgrantbudgets_civix_civicrm_entityTypes($entityTypes);
|
_annualgrantbudgets_civix_civicrm_entityTypes($entityTypes);
|
||||||
$entityTypes[] = [
|
|
||||||
'name' => 'GrantBudget',
|
|
||||||
'class' => 'CRM_Grant_DAO_GrantBudget',
|
|
||||||
'table' => 'civicrm_grant_budget',
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user