Project:Event Repeat Views
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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.

Comments

#1

Version:<none>» 5.x-1.x-dev

FIXED:

replace line 368 with :

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