Marc Worrell
unread,May 15, 2020, 11:15:58 AM5/15/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 'Marc Worrell' via Zotonic users, 'Marc Worrell' via Zotonic developers
Hi,
I am merging some changes into the master.
There is one breaking change, but that will make some things a bit simpler.
Check your templates for:
{% for cat, _true in m.rsc[id].is_a %}
(or “in id.is_a”)
And change it into:
{% for cat in m.rsc[id].is_a %}
(So no “, _true” anymore)
That is all.
Cheers,
Marc