"Error loading RSVP data. Please try again." #340
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
platform specific
question
wontfix
workflow
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
Perth-Artifactory/member_portal#340
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug Report
Page: http://members.artifactory.org.au/events/manage
Version: v0.12.4+44 •
bc8db24Description:
While attempting to view event RSVPs, I get: "Error loading RSVP data. Please try again."
This is for all events.
Root cause: RSVP (and other manage) endpoints required
can_user_edit_event(creator/host only), so committee/admin users with theevent_managerpermission 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_managerpermission or is inevent_managers(via hierarchy), and acceptpermissions="event_manager"on the manage routes alongside the existing group check.