"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 |
Jump to:
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
FIXED:
replace line 368 with :
$query->add_groupby('node.title');