Breaking change

1 view
Skip to first unread message

Marc Worrell

unread,
May 15, 2020, 11:15:58 AM5/15/20
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


Reply all
Reply to author
Forward
0 new messages