From c11812499ad420e8449a662cacd4efe8ca751147 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 23 Feb 2023 16:42:37 -0800 Subject: [PATCH] ext/greenwich - Update to civix v23.02.0 --- ext/greenwich/greenwich.civix.php | 14 -------------- ext/greenwich/info.xml | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/ext/greenwich/greenwich.civix.php b/ext/greenwich/greenwich.civix.php index 3e018c743b..2c4dfb1309 100644 --- a/ext/greenwich/greenwich.civix.php +++ b/ext/greenwich/greenwich.civix.php @@ -92,9 +92,6 @@ function _greenwich_civix_civicrm_config($config = NULL) { $configured = TRUE; $extRoot = __DIR__ . DIRECTORY_SEPARATOR; - $extDir = $extRoot . 'templates'; - CRM_Core_Smarty::singleton()->addTemplateDir($extDir); - $include_path = $extRoot . PATH_SEPARATOR . get_include_path(); set_include_path($include_path); // Based on , this does not currently require mixin/polyfill.php. @@ -201,14 +198,3 @@ function _greenwich_civix_fixNavigationMenuItems(&$nodes, &$maxNavID, $parentID) } } } - -/** - * (Delegated) Implements hook_civicrm_entityTypes(). - * - * Find any *.entityType.php files, merge their content, and return. - * - * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_entityTypes - */ -function _greenwich_civix_civicrm_entityTypes(&$entityTypes) { - $entityTypes = array_merge($entityTypes, []); -} diff --git a/ext/greenwich/info.xml b/ext/greenwich/info.xml index 323a6e3aa9..5ed82630f0 100644 --- a/ext/greenwich/info.xml +++ b/ext/greenwich/info.xml @@ -29,6 +29,6 @@ CRM/Greenwich - 22.12.1 + 23.02.0 -- 2.25.1