| Project: | Date |
| Version: | 7.x-2.6 |
| Component: | Date Repeat API |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Have an issue where there is a node with a repeat rule that has a date for every Monday of every week. There is also view that should list out the latest events from now. However, this one node is displayed more than once in the view list which I don't want.
I tried using Distinct query, did not work. I tried grouping the dates display, but while it showed only the first date, it still showed multiple instance of the node in the views query.
To visualize this better, here's the problem http://womensmuseumca.org/. The Book Arts Classes is only 1 node, but it displays more than once on the latest, which is not right. How do I fix this so that views recognizes this as the same node and displays only once?
What I want to happen is for Book Arts Classes to display once with the date to display Monday, January 28, 2013 - 10:00am to Monday, May 27, 2013 - 10:00am ? Sort of got the display going with the calendars http://womensmuseumca.org/calendar-events/month/2013-02, but not on a normal views list. Why is that?
Shouldn't there be a condition for distinct nodes in the views? Is that possible?