Hi,
I got a code like this (in a snippet):
<ul class="komLinks">
{verwandte_beitraege}
<li>
<a href="http://{permalink={my_template_group}/1s}">{title}</a>
</li>
{/verwandte_beitraege}
{if "{verwandte_beitraege:total_children}" == 0}
{embed="{einbinden}/aehnliche_artikel" entry_id="{entry_id}" category_ids="{categories backspace='1'}{category_id}|{/categories}"}
{/if}
</ul>{verwandte_beitraege} is a Playa-field.
Since updating to EE 2.2 the permalink-tag doesn’t get parsed; also the conditionals sometimes (!!!) worked and sometimes not (!!!). Really, no kidding.
I first assumed it was a problem of Playa. But I found out that the problem is that the parse-order in EE 2.2 seems to have changed (the same code in 2.1.3 worked reliable). Interesting enough for me that it varies - sometimes works, sometimes not ...
Just to ask around: Is it possible that my interpretation (new parse-order or anything like this) is correct?