Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
node data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 May 2011 at 13:47 UTC
Updated:
15 Jun 2011 at 18:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
klausiHere is a patch that fixes the issue by overriding the handler with the proper aggregation handler. Code snippet was stolen from line 787 in views_plugin_display.inc, so we have some duplicated code now. Maybe we want to separate this out to a shared method. However, this patch solves the issue for people like me that need an instant solution.
Comment #2
dawehnerThanks. This patch fixes the issue for me.
Commited to 7.x-3.x