Add upgrade routine to remove old action schedule token
authorEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 30 Jul 2021 08:22:34 +0000 (20:22 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 2 Aug 2021 05:17:18 +0000 (17:17 +1200)
commitb2148ce1fb88edb158ed9e149fb1a099bdb77235
treefe793428e1fd407824a1446faf097761522afca8
parent1ec58feb156bc3bb806fe3b38dd9ee122ec3c89b
Add upgrade routine to remove old action schedule token

This adds a routing to swap out the action schedule tokens on upgrade.

Given the token is completely invisible in the UI it's unlikely it is in use anywhere but
rather than just remove it from Contribute_Tokens this adds the upgrade
routine to remove this token, and others
CRM/Contribute/Tokens.php
CRM/Upgrade/Incremental/Base.php
CRM/Upgrade/Incremental/MessageTemplates.php
CRM/Upgrade/Incremental/php/FiveFortyOne.php
tests/phpunit/CRM/Contribute/ActionMapping/ByTypeTest.php
tests/phpunit/CRM/Upgrade/Incremental/BaseTest.php