There's an issue when the field used for name or description is rewritten in Views (Rewrite the output of this field) using values from other fields.
Since those other fields don't get rendered til later, advanced_render()ing the field that is derived from them doesn't work properly. On the first row it gets no value, and on subsequent ones, gets the value from the previous row.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views_geojson-pre_advanced_render-1620020-1.patch | 605 bytes | jeffschuler |
Comments
Comment #1
jeffschulerRendering everything up-front first solves this issue.
Committed this patch.
Comment #3
jeffschulerWe could apparently also do it this way: #1377500: Row fields using excluded field values sometimes broken.