X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FActionSchedule%2FEvents.php;h=3ff1a385e13201a81a9f02806812b573221c5d6f;hb=3d023ead1624cb26e8c5685b8a58f49690c31da3;hp=15e49f71db8302aaa344f8f70521cf2688830779;hpb=86b674e64ccf613bcf6fd0549eb429e88ffcec8d;p=civicrm-core.git diff --git a/Civi/ActionSchedule/Events.php b/Civi/ActionSchedule/Events.php index 15e49f71db..3ff1a385e1 100644 --- a/Civi/ActionSchedule/Events.php +++ b/Civi/ActionSchedule/Events.php @@ -8,12 +8,12 @@ class Events { * * @see EntityListEvent */ - const MAPPINGS = 'actionSchedule.getMappings'; + const MAPPINGS = 'civi.actionSchedule.getMappings'; /** * Prepare the pre-mailing query. This query loads details about * the contact/entity so that they're available for mail-merge. */ - const MAILING_QUERY = 'actionSchedule.prepareMailingQuery'; + const MAILING_QUERY = 'civi.actionSchedule.prepareMailingQuery'; }