I just upgraded my site from 3.2.2 to 3.2.5, and noticed an issue on one of our Safecracker forms. On one of the fields, which is a relationship field, the options loop is not getting parsed.
Here is my template code:
{options:pw_details_workshop_type}
<option value="{option_value}"{selected}>{option_name}</option>
{/options:pw_details_workshop_type}And in my browser, it is outputting exactly that, not parsed. I am using the exact same syntax on other fields that aren’t relationship fields and it works just fine.
It works just fine if I just output that field using:
{field:pw_details_workshop_type}but I figured this issue might be a symptom of some other deeper problem in the upgrade. Anyone else having this issue?