-
Notifications
You must be signed in to change notification settings - Fork 3
Description
We have discovered an issue with repeating event handling in the mini calendar of UniCal:
To describe what we have discovered, let’s assume we have an instance of UniCal installed and no events in the system with a start date after July 31, 2017.
Steps to reproduce
- Create an event whose start date is Tuesday, 8/01/17 and which repeats three times (i.e. last day is Friday 8/4/2017).
- Go to the mini calendar and increment to August 2017. Inspect the date-of-the-month numbers shown.
Expected (desired) result
The mini calendar day blocks with numbers 1, 2, 3 and 4 should all be clickable, and when clicked, the event listing should show the repeated event instance for that date.
Actual result
August 1st is clickable on the calendar, but the three other instances of the event are not.
Is this an as-designed behavior? We were wondering because if you filter-by-date using the Custom range widget that technique does work. In other words, using the same setup as my test above, if I input a custom range of August 3, 2017 and click the Update button , the event listing does show the August 3rd instance of the repeating event.
Thank you for the UniCal Module!
