Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Critical
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.5
-
Fix Version/s: 4.5.3
-
Component/s: CiviMember, Core CiviCRM
-
Labels:
-
Documentation Required?:None
Description
Membership tokens are not evaluated.
The fixes in Utils/Token.php contained in this PR fix the membership tokens issue. HOWEVER, those changes cause hundreds of regressions, hence closed that PR. We'll need to revisit the correct fix, making sure to test the greetingToken functionality and review the PR test build.
Here's an example of one of the regressions
https://test.civicrm.org/job/CiviCRM-Core-PR/767/testReport/junit/%28root%29/api_v3_ActivityContactTest/testCreateActivityContact/
Details:
I used two membership tokens in my scheduled reminder email
,
{membership.end_date} ... and they are NOT being evaluated (they show up as empty in the output):
---- reminder output ----
Dear ,
Your :: :: (s/b membership type) membership expires on ::
:: (s/b end date).
Attachments
Issue Links
- provides patch for
-
CRM-14955 can't add custom defined tokens to custom greetings
- Done/Fixed