From 94160f60ba11b211593b4d1d5e9ef9fc0e2c21ec Mon Sep 17 00:00:00 2001 From: colemanw <coleman@civicrm.org> Date: Thu, 31 Jan 2019 10:08:11 -0500 Subject: [PATCH] Document removal of hook_civicrm_pageRun from CRM_Core_Page_Inline_Help --- docs/api/changes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/changes.md b/docs/api/changes.md index 35de0f7a..50d8ff4f 100644 --- a/docs/api/changes.md +++ b/docs/api/changes.md @@ -516,6 +516,10 @@ See [CRM-15965](https://issues.civicrm.org/jira/browse/CRM-15965) for more infor This section doesn't document changes to APIv3 per se – rather, it documents changes to the the [Hook](/hooks/index.md) interfaces. +### 5.11 hook_civicrm_pageRun invocation removed from CRM_Core_Page_Inline_Help + +`CRM_Core_Page_Inline_Help` is the class that fetches inline documentation from `.hlp` templates to be shown in help baloons. `hook_civicrm_pageRun` normally does not run when fetching help, except in the (very rare) case that a site has been customized with an `.extra.hlp` file, which potentially causes problems because the class `CRM_Core_Page_Inline_Help` does not extend `CRM_Core_Page`. The inconsistent hook invocation [has been removed](https://github.com/civicrm/civicrm-core/commit/87bf0ec4c246b03e3e6c2ab2fb0c14664473c52b). + ### 4.7.14 hook_civicrm_pre & hook_civicrm_post supports CustomField Pre and post hooks now fire when adding, updating or deleting custom fields. -- GitLab