From 570d858b175e0bc0b5775a2e4c9dcad9a84a46ed Mon Sep 17 00:00:00 2001 From: Jon Goldberg Date: Mon, 19 Aug 2019 17:54:24 -0400 Subject: [PATCH] remove entitytype definition from extension; we're using .mgd.php files now --- annualgrantbudgets.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/annualgrantbudgets.php b/annualgrantbudgets.php index 3824af4..61a7dc1 100644 --- a/annualgrantbudgets.php +++ b/annualgrantbudgets.php @@ -180,11 +180,6 @@ function annualgrantbudgets_civicrm_alterSettingsFolders(&$metaDataFolders = NUL */ function annualgrantbudgets_civicrm_entityTypes(&$entityTypes) { _annualgrantbudgets_civix_civicrm_entityTypes($entityTypes); - $entityTypes[] = [ - 'name' => 'GrantBudget', - 'class' => 'CRM_Grant_DAO_GrantBudget', - 'table' => 'civicrm_grant_budget', - ]; } /**