From 292d4ec0def39e5d967892e7d9ca4eef368280fc Mon Sep 17 00:00:00 2001 From: Klaas Eikelboom <klaas@kainuk.nl> Date: Tue, 12 Jun 2018 14:52:14 +0200 Subject: [PATCH] Update hook_civicrm_pre.md See https://lab.civicrm.org/dev/core/raw/master/CRM/Contact/BAO/Contact.php line 1177 --- docs/hooks/hook_civicrm_pre.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/hooks/hook_civicrm_pre.md b/docs/hooks/hook_civicrm_pre.md index 48d8b1ba..57f9a604 100644 --- a/docs/hooks/hook_civicrm_pre.md +++ b/docs/hooks/hook_civicrm_pre.md @@ -32,10 +32,8 @@ changing between the old and new data. - 'edit' : The CiviCRM object is edited - 'delete' : The CiviCRM object is being deleted (or contacts are being removed from a group) - - 'trash': The contact is being moved to trash (Contact objects + - 'update': The contact is being moved to trash or restored(Contact objects only) - - 'restore': The contact is being restored from trash (Contact - objects only) - $objectName - can have the following values: - 'Activity' -- GitLab