Registrants view does not show registrants from all event instances in a "Series Registration" event series

Created on 7 February 2024, 5 months ago
Updated 9 February 2024, 5 months ago

Problem/Motivation

When using the recurring_events_registrations view provided by Recurring Events Views submodule, an incomplete list of Registrants is shown if the series uses Series Registration.

Steps to reproduce

  • enable the Recurring Events Views submodule so that the event instance registrations list at /event/{eventinstance}/registrations is replaced by the recurring_events_registrations view.
  • create an event with Series Registration and more than one instance
  • register one registrant to each instance in newly created series
  • go to the Registrations tab for each event instance and see that the view does not show all the Registrants from the whole series, but just the Registrants from that particular instance

Proposed resolution

Figure out how to configure the view to show all Registrants from the series if set to Series Registration OR show a different view display for Series Registration events and do not show the default, incorrect Registrant view

πŸ› Bug report
Status

Needs review

Version

2.0

Component

Recurring Events Views (Submodule)

Created by

πŸ‡¨πŸ‡¦Canada endless_wander

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • 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.

  • Status changed to Needs review 5 months ago
  • πŸ‡ΊπŸ‡ΈUnited States owenbush Denver, CO

    Please try out a patch from the MR and let me know whether it works for you.

Production build 0.69.0 2024