- Issue created by @joelseguin
Thank you for reporting this issue.
I think the issue is not related to the Calendar View plugin directly because, as you stated, the issue is present in the Views preview.
I have just tried to reproduced it with a fresh D10 with the content structure you detailed (node:event + field smart date range unlimited values and recurring events). The View navigation works correctly with and without Ajax.
I suspect there might be something wrong happening either with the Calendar's timestamp or something in a custom piece of code on your site impacting smart dates' values 🤔.
Could you please try the same view with Ajax navigation but without a regular display such as the unformatted list ?
- 🇨🇦Canada joelseguin Ontario, Canada
Sorry about that, I hadn't fully tested on a completely fresh Drupal (10) install. After doing a test on a fresh install AJAX does work as expected. There is likely a module causing an issue on the fairly simple site I'm working on. I'll report back with my findings once I get a chance to do more testing.
- Status changed to Postponed: needs info
about 1 year ago 11:40pm 23 September 2023 No problemo. TY for testing the module.
Feel free to reope this issue if needed.
- Status changed to Closed: cannot reproduce
about 1 year ago 3:12am 29 September 2023 - 🇨🇦Canada joelseguin Ontario, Canada
Following a bit of testing I was able to pinpoint the issue.
It seems as though when using the Viewsreference field → module to display a calendar with ajax, the results do not load as expected when navigating via the months links.
This can be tested by installing the Viewsreference field, creating a calendar view and enabling ajax. From there, add a Viewsreference field to a content type of choice. Enter content and select the calendar view created. Navigate the calendar (which should contain several recurring events) via the month links.
At the moment, I've circumvented the problem by using a Block field → instead of a Viewsreference field.
- Status changed to Active
about 1 year ago 9:13am 19 October 2023 Thank you for testing and for such a level of details.
I reopen the issue and I'll try to reproduce it ASAP.
- 🇳🇬Nigeria ojchris
Thanks for bringing this up. I've scratched my head a bit on this for two days. Felt maybe my settings were wrong.
I have a fresh Drupal 10 installation and the only module is this one. I can confirm that the recurring event is repeated on the current month as shown in the OP. But when I disable AJAX, the event is spread across each month as intended.