X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FActionMapping%2FByPage.php;h=acfdea9d6aad640ec0594b2f6917a7885602af65;hb=5fb7a5ef138c25f95a175c08fbba564689c473c2;hp=285e7987a708d56a982611d6f081f389e52f6016;hpb=3b1e452b9449056fef9e225e7b6988322bc1229f;p=civicrm-core.git diff --git a/CRM/Contribute/ActionMapping/ByPage.php b/CRM/Contribute/ActionMapping/ByPage.php index 285e7987a7..acfdea9d6a 100644 --- a/CRM/Contribute/ActionMapping/ByPage.php +++ b/CRM/Contribute/ActionMapping/ByPage.php @@ -25,7 +25,6 @@ +--------------------------------------------------------------------+ */ -use Civi\ActionSchedule\RecipientBuilder; /** * Class CRM_Contribute_ActionMapping_ByPage @@ -221,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; + } + }