Good morning.
I've done a pretty thorough (I think) search of the forums and the wiki but I can't seem to sort this issue myself.
I have objects that have the description field populated but that field isn't populating in the pawtucket detail view. I'm using the stock "ca_objects_default_html.php" file in a custom theme (haven't done much editing and not to this file. I've tried rolling back to the default theme and the field doesn't display.
This code is intact:
{{{<ifdef code="ca_objects.description">
<div class='unit'><h6>Description</h6>
<span class="trimText">^ca_objects.description</span>
</div>
</ifdef>}}}
I'm sure I'm missing something obvious. Any thoughts?
Rob