Hi,
we have 2 case statements in our email template. It worked without a problem but in the last days( I can’t say exactly since when) it doesn’t deliver the right response.
We have multiple accounts set up for different sites. In the verification email there is a condition like this:
{% case application.name %}
{% when 'Customer Admin' or 'Provider Admin' %}
{% endcase %}
If the ‘when’ has multiple options, it doesn’t work. If it’s just {% when ‘Customer Admin’ %}, it works. I tried multiple ways, printed the application.name .
We didn’t had any changes in the past weeks.
Any idea why it’s suddenly doesn’t work?