Merge pull request #10393 from JMAConsulting/exportBatch
[civicrm-core.git] / Civi / ActionSchedule / Events.php
index 15e49f71db8302aaa344f8f70521cf2688830779..3ff1a385e13201a81a9f02806812b573221c5d6f 100644 (file)
@@ -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';
 
 }