Add Scheduled Communications extension
authorcolemanw <coleman@civicrm.org>
Wed, 16 Aug 2023 13:56:11 +0000 (08:56 -0500)
committercolemanw <coleman@civicrm.org>
Tue, 5 Sep 2023 02:31:13 +0000 (22:31 -0400)
commitae2504155c65b1557ae147d829cc655ee84f5333
tree8c19696b73dcc0c68afbf695c1d7f41a6f10f739
parent83ef8f4c6cd7617b66ce3378b5a9fef67cc988b0
Add Scheduled Communications extension

Permits scheduled reminders to be created based on a SavedSearch
.gitignore
CRM/Utils/SQL/Select.php
Civi/Api4/Generic/Traits/SavedSearchInspectorTrait.php
distmaker/core-ext.txt
ext/scheduled_communications/Civi/Search/ActionMapping.php [new file with mode: 0644]
ext/scheduled_communications/info.xml [new file with mode: 0644]
ext/scheduled_communications/scheduled_communications.civix.php [new file with mode: 0644]
ext/scheduled_communications/scheduled_communications.php [new file with mode: 0644]
ext/search_kit/Civi/Api4/Action/SearchDisplay/GetDefault.php
tests/phpunit/Civi/ActionSchedule/AbstractMappingTest.php
tests/phpunit/Civi/ActionSchedule/SavedSearchMappingTest.php [new file with mode: 0644]