Difference between revisions of "CiviCRM/CiviMail"

From Freephile Wiki
Jump to navigation Jump to search
(draft)
(No difference)

Revision as of 09:41, 11 October 2015

I'm working on getting the CiviMail component to work with custom data tokens that are of type "multi-value".

Resources[edit | edit source]

  1. Release Notes for 4.7
  2. JIRA Board issues for 'CiviMail'


Tokens[edit | edit source]

The code for Token.php has changed with this commit to fix tokens in greetings, but I think that might have fixed other issues too because the fix removes the "filter" of the 'contact' key in the $remainingTokens array and now loops through everything/anything in the array.

Additionally, that commit changes the call to CRM_Utils_Token::replaceContactTokens() by setting the $returnBlankToken argument (5) to TRUE. In fact, this part of the change was identified in https://issues.civicrm.org/jira/browse/CRM-17038