Lan2Play / eventula-manager

Event Manager App for Eventula
https://www.eventula.com
GNU General Public License v3.0
26 stars 13 forks source link

Revoke or delete EventParticipants and Purchases #712

Open icewindow opened 2 months ago

icewindow commented 2 months ago

This adds the ability to revoke EventParticipants by setting a flag on the model.

This also adds the ability to delete both an EventParticipant or a Purchase. These two features are locked behind an Environment variable to prevent the casual user from accidentally activating these features.

Partially addresses #541