I have a view with some rendered entity fields (which by the way is the coolest thing since the thermos jug!).
Also i have a special view plugin that shuffels around my views rows in the pre-render.
Expected result: All fields are shuffeled.
Experienced: Rendered entity fields stick to their row.
Further analysis shows that rendered entities are cached in field_handler->wrappers with row-id as index.
They should be cached with entity [revision] id as index.
Comments
Comment #0.0
geek-merlin"revision"
Comment #1
geek-merlinLooks like this was indeed fixed in #1796110: Rendered entity fields show same result.