Skip to content
Snippets Groups Projects
Unverified Commit 94160f60 authored by colemanw's avatar colemanw Committed by GitHub
Browse files

Document removal of hook_civicrm_pageRun from CRM_Core_Page_Inline_Help

parent 23069951
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment