This is applicable to both template_preprocess_views_views_json_style_simple() and template_preprocess_views_views_json_style_exhibit().

These preprocess overwrite the views raw value $vars['rows'] making it unavailable to template override later in the process.
To reproduce:
- override the template_preprocess_views_views_json_style_simple() in your theme, say garland_preprocess_views_views_json_style_simple()
- $rows is no longer available to work with

Comments

ckng’s picture

Status: Active » Needs review
StatusFileSize
new3.39 KB