Skip to content
Snippets Groups Projects
Commit 69bfb4ad authored by Damian Lee's avatar Damian Lee
Browse files

Issue #1471422: Added field handler id to result

parent 387a6948
Branches 4.0.x
No related tags found
No related merge requests found
......@@ -343,7 +343,7 @@ class views_field_view_handler_field_view extends views_handler_field {
}
// Add the rendered output back to the $values object so it is available in $view->result objects.
$values->field_views_field_view = $output;
$values->{'views_field_view_' . $this->options['id']} = $output;
return $output;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment