ActionSchedule - Give every ActionMapping a name
authorcolemanw <coleman@civicrm.org>
Sun, 30 Jul 2023 01:07:43 +0000 (21:07 -0400)
committercolemanw <coleman@civicrm.org>
Fri, 4 Aug 2023 12:10:22 +0000 (08:10 -0400)
commitb855a1c3087da615705a839b7f0369ef30195383
tree32ce9ed019ad84b0555a31fdb78ba371873837bb
parentfe809626fba3f028266b5f6be1294810f975239f
ActionSchedule - Give every ActionMapping a name

Going forward the name should always match the id in new implementations, but for legacy implementations
the old numeric ids are supported.
12 files changed:
CRM/Activity/ActionMapping.php
CRM/Contact/ActionMapping.php
CRM/Contribute/ActionMapping/ByPage.php
CRM/Contribute/ActionMapping/ByType.php
CRM/Core/BAO/ActionSchedule.php
CRM/Event/ActionMapping/ByEvent.php
CRM/Event/ActionMapping/ByTemplate.php
CRM/Event/ActionMapping/ByType.php
CRM/Member/ActionMapping.php
Civi/ActionSchedule/MappingBase.php
Civi/ActionSchedule/MappingInterface.php
tests/phpunit/api/v4/Entity/ActionScheduleTest.php