-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revoke or delete EventParticipants and Purchases #712
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix event home blade
hotfix broken seating plans
update documentation - forcepublish
fix development .env.example and makefile
Feature/game template seeder
fix game templates
fix webp and user override scss in admin, centralise seo stuff and add metas, added game template columns and update deps
fix Lan2Play#614 pdf ticket and update cs2 seeder
hotfix de lang
fix Lan2Play#628 add gamecommand verification for sourcercon and bump deps
update docs
fixup seeders
update cs2seeder
fix env_override and add explanation & fix rounds in pugsharp
hotfix broken event home blade
Bump dependencies + fix demo deletion
Hide revoked tickets in getAllTickets and getTickets functions Changed presentation of revoked ticket to indicate it has been revoked
Added notice if participant has been revoked to show.blade.php Disabled edit actions in show.blade.php if participant is revoked Added necessary functions to revoke participant
Added config to gate super dangerous actions behind environment variable
Better highlight for revoked participants in list Removed revoked condition from Super Danger Zone
Apfelwurm
requested changes
Sep 19, 2024
Apfelwurm
approved these changes
Sep 30, 2024
This was referenced Sep 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 aPurchase
. These two features are locked behind an Environment variable to prevent the casual user from accidentally activating these features.Partially addresses #541