Skip to content
Snippets Groups Projects
Unverified Commit 49a98cb7 authored by mattwire's avatar mattwire Committed by GitHub
Browse files

Merge pull request #602 from aydun/doc_casecontact

Add CaseContact to hook_civicrm_post() and hook_civicrm_pre() documen…
parents d1456ac0 75b7348f
No related branches found
No related tags found
No related merge requests found
...@@ -38,9 +38,10 @@ hook_civicrm_post($op, $objectName, $objectId, &$objectRef) ...@@ -38,9 +38,10 @@ hook_civicrm_post($op, $objectName, $objectId, &$objectRef)
- 'ActionLog' - 'ActionLog'
- 'Address' - 'Address'
- 'Batch' - 'Batch'
- 'Campaign' (from 4.6)
- 'Case' - 'Case'
- 'CaseContact' (from 5.14.0)
- 'CaseType' - 'CaseType'
- 'Campaign' (from 4.6)
- 'Contribution' - 'Contribution'
- 'ContributionRecur' - 'ContributionRecur'
- 'CustomField' - 'CustomField'
......
...@@ -41,6 +41,7 @@ changing between the old and new data. ...@@ -41,6 +41,7 @@ changing between the old and new data.
- 'Batch' - 'Batch'
- 'Campaign' (from 4.6) - 'Campaign' (from 4.6)
- 'Case' - 'Case'
- 'CaseContact' (from 5.14.0)
- 'CaseType' - 'CaseType'
- 'Contribution' - 'Contribution'
- 'ContributionPage' - 'ContributionPage'
......
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