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

cangeceiro’s picture

Version: » 5.x-1.x-dev

FIXED:

replace line 368 with :

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