Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Document removal of hook_civicrm_pageRun from CRM_Core_Page_Inline_Help
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw authored Jan 31, 2019
1 parent 2306995 commit 94160f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/api/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 94160f6

Please sign in to comment.