Actions
Bug #2960
closedCB 1.7.1 substitution check uses language string value instead of stored field value
Bug #2960:
CB 1.7.1 substitution check uses language string value instead of stored field value
Description
As described here:
https://www.joomlapolis.com/forum/253-potential-bug-122/173887-email-message-merge
Verified on my local testing.
[cb:if cb_sex="_MALE"] Mr.[/cb:if][cb:if cb_sex="_FEMALE"] Mrs[/cb:if]
Looks like the comparison is testing cb_sex against the translated value of _MALE instead of the database stored value of _MALE.
Files
Actions