- Issue created by @endless_wander
- πΊπΈUnited States owenbush Denver, CO
Thank you for raising this issue. I see the problem now. There is a function `recurring_events_views_views_query_alter` which alters the query for the registrant list view to ensure that it displays registrants for all instances in a series registration series.
The problem is that previously the view had an id of 'registrations' but that was eventually changed in a later release of recurring events to be 'recurring_events_registrations' so it was better namespaced.
The code in the function was not updated to use that ID.
I'll get that addressed for you.
- Merge request !85Update the view alter hooks to also modify the new view IDs β (Open) created by owenbush
- Status changed to Needs review
about 1 year ago 7:35pm 9 February 2024 - πΊπΈUnited States owenbush Denver, CO
Please try out a patch from the MR and let me know whether it works for you.
- π¨π¦Canada endless_wander
Heads up this will no longer apply against latest 2.0.x branch
- π¨π¦Canada endless_wander
New patch works against 2.0.2. Sorry can't get access to make MR right now.
@maintainers, could this get merged into 2.0 branch?