"show distinct events" does not work

killes@www.drop.org - March 26, 2007 - 22:17
Project:Event Repeat Views
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

eventrepeat_views_handler_filter_distinctevent

adds event_repeat.rid to the group by clause. I believe this makes this view not work with a paged table.

#1

cangeceiro - June 24, 2008 - 18:17
Version:<none>» 5.x-1.x-dev

FIXED:

replace line 368 with :

  $query->add_groupby('node.title');

 
 

Drupal is a registered trademark of Dries Buytaert.