X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FActionMapping%2FByPage.php;h=acfdea9d6aad640ec0594b2f6917a7885602af65;hb=5fb7a5ef138c25f95a175c08fbba564689c473c2;hp=5e1d62448bcf1d04be2131d083289fe358d50848;hpb=bdeb5d154507df2dc913fc1ee9aaedfaa4721c04;p=civicrm-core.git diff --git a/CRM/Contribute/ActionMapping/ByPage.php b/CRM/Contribute/ActionMapping/ByPage.php index 5e1d62448b..acfdea9d6a 100644 --- a/CRM/Contribute/ActionMapping/ByPage.php +++ b/CRM/Contribute/ActionMapping/ByPage.php @@ -220,4 +220,16 @@ class CRM_Contribute_ActionMapping_ByPage implements \Civi\ActionSchedule\Mappin return $query; } + /** + * Determine whether a schedule based on this mapping should + * reset the reminder state if the trigger date changes. + * + * @return bool + * + * @param \CRM_Core_DAO_ActionSchedule $schedule + */ + public function resetOnTriggerDateChange($schedule) { + return FALSE; + } + }