Reviewed & tested by the community
Project:
Views Cloud
Version:
6.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2010 at 08:40 UTC
Updated:
21 Mar 2011 at 15:14 UTC
When you mark a field as "Output this field as a link" and apply a token from a higher placed field, the last_render status isn't handled correctly. I found that instead of doing
$fields[$field]->theme($row);
using
$view->style_plugin->rendered_fields[$num][$field];
fixes this. I'm not a views api expert, but this seems correct to me and saves us some cpu cycles from rendering the field for the second thime.
| Comment | File | Size | Author |
|---|---|---|---|
| views-cloud-render.patch | 455 bytes | davyvdb |
Comments
Comment #1
aschiwi commentedI confirm this problem and your patch works for me. Thanks!
Comment #2
chaps2 commentedSame problem for me but with "Rewrite the output of this field" - all other style plugins work as expected. Patch works for me too.