When using a view with Row Style: Fields (or semantic fields) and "SQL Aggregation: Group By Fields" field, there is no

that wraps the field output. This is because the views_handler_field::render() is implemented incorrectly.
Patch provided just removes the render() implementation and lets the base class implementation work instead.
CommentFileSizeAuthor
views_groupby-fix_render.patch448 bytesnibblebot
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

arithmetric’s picture

Priority: Normal » Major
Status: Needs review » Reviewed & tested by the community

This is a needed patch that fixes some left over test code.