"Error loading RSVP data. Please try again." #340

Closed
opened 2026-08-23 06:16:02 +00:00 by Lewis · 1 comment
Member

Bug Report

Page: http://members.artifactory.org.au/events/manage
Version: v0.12.4+44 • bc8db24

Description:

While attempting to view event RSVPs, I get: "Error loading RSVP data. Please try again."

This is for all events.

## Bug Report **Page:** http://members.artifactory.org.au/events/manage **Version:** v0.12.4+44 • bc8db24 **Description:** While attempting to view event RSVPs, I get: "Error loading RSVP data. Please try again." This is for all events.
Collaborator

Root cause: RSVP (and other manage) endpoints required can_user_edit_event (creator/host only), so committee/admin users with the event_manager permission could open Manage Events but got 403 on View RSVPs for events they do not host. The UI then surfaced that as a generic "Error loading RSVP data".

Fix (in progress locally): allow manage actions when the user has event_manager permission or is in event_managers (via hierarchy), and accept permissions="event_manager" on the manage routes alongside the existing group check.

Root cause: RSVP (and other manage) endpoints required `can_user_edit_event` (creator/host only), so committee/admin users with the `event_manager` permission could open Manage Events but got 403 on View RSVPs for events they do not host. The UI then surfaced that as a generic "Error loading RSVP data". Fix (in progress locally): allow manage actions when the user has `event_manager` permission or is in `event_managers` (via hierarchy), and accept `permissions="event_manager"` on the manage routes alongside the existing group check.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
Perth-Artifactory/member_portal#340
No description provided.