Standardise casing on ids in WorkflowMessages
authorEileen McNaughton <emcnaughton@wikimedia.org>
Sat, 20 May 2023 01:10:28 +0000 (13:10 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Sat, 20 May 2023 02:27:06 +0000 (14:27 +1200)
commitf89712245ac3af441cc5680f13cf6a2609de4be7
treee59921ea621178e16173f3b4ea36cac60160b5a0
parent11f781b0297e8fba56f5c585f482edbe0d4c9343
Standardise casing on ids in WorkflowMessages

This resolves the inconsistencies in id fields in the workFlowMessages

My general feeling is this hasn't really been adopted outside of core as
yet as it has been so immature so I'm fixing the core uses - these are
all heavily tested
CRM/Batch/Form/Entry.php
CRM/Contribute/WorkflowMessage/ContributionTrait.php
CRM/Event/Form/Participant.php
CRM/Member/Form/Membership.php
CRM/Member/Form/MembershipRenewal.php
Civi/WorkflowMessage/GenericWorkflowMessage.php
tests/phpunit/CRM/Core/BAO/MessageTemplateTest.php
tests/phpunit/Civi/WorkflowMessage/ExampleWorkflowMessageTest.php