You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported with the uk.co.vedaconsulting.gdpr extension #2907, nz.co.fuzion.civitoken also prevent the rendering of some core token in CiviCRM 5.43. When deactivating the civitoken extension, the concerned tokens render correctly.
At the moment, I identified the following token to be not correctly rendered:
{contact.gender}
{contact.first_name}
{contact.last_name}
Some other tokens from contact render correctly, such as {contact.display_name}, {contact.phone}{contact.email}. I did not investigate all of them.
Fuzion Tokens 1.8
Civi 5.43.0
Wordpress 5.8.2
The text was updated successfully, but these errors were encountered:
The function is used for all other tokens on the contact object and will better access
the right value and return an empty string rather NULL if not set.
I hit this as an enotice writing a test - but it is possibly the cause of this issue
eileenmcnaughton/nz.co.fuzion.civitoken#58 (comment)
hence targetting the rc
The tokens() function does weird things if you pass it NULL
The function is used for all other tokens on the contact object and will better access
the right value and return an empty string rather NULL if not set.
I hit this as an enotice writing a test - but it is possibly the cause of this issue
eileenmcnaughton/nz.co.fuzion.civitoken#58 (comment)
hence targetting the rc
The tokens() function does weird things if you pass it NULL
Hello
As reported with the
uk.co.vedaconsulting.gdpr
extension #2907,nz.co.fuzion.civitoken
also prevent the rendering of some core token in CiviCRM 5.43. When deactivating the civitoken extension, the concerned tokens render correctly.At the moment, I identified the following token to be not correctly rendered:
{contact.gender}
{contact.first_name}
{contact.last_name}
Some other tokens from contact render correctly, such as
{contact.display_name}
,{contact.phone}
{contact.email}
. I did not investigate all of them.Fuzion Tokens 1.8
Civi 5.43.0
Wordpress 5.8.2
The text was updated successfully, but these errors were encountered: