Skip to content

SID-126: Moved miscellaneous functionality to lottery plugin#60

Open
EastyMoryan wants to merge 3 commits into
feature/SID-122-move-lottery-shop-text-to-pluginfrom
feature/SID-126-miscellaneous-move-to-lottery-plugin
Open

SID-126: Moved miscellaneous functionality to lottery plugin#60
EastyMoryan wants to merge 3 commits into
feature/SID-122-move-lottery-shop-text-to-pluginfrom
feature/SID-126-miscellaneous-move-to-lottery-plugin

Conversation

@EastyMoryan

@EastyMoryan EastyMoryan commented Jun 17, 2026

Copy link
Copy Markdown

Moved functionality:

  • Lottery signup confirmation email
  • Duplicate signup error text
  • Assigning vouchers when quota is filled
  • Permission to delete entries with vouchers
  • Voucher notification email

@EastyMoryan EastyMoryan changed the title Moved miscellaneous functionality to lottery plugin SID-126: Moved miscellaneous functionality to lottery plugin Jun 17, 2026
Comment thread src/pretix/control/views/waitinglist.py Outdated
})
elif request.POST.get('action') == 'delete_confirm':
for obj in self.get_queryset():
# Sideburn: allow bulk-deleting entries that already have an assigned voucher.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drive-by: Adding comments to clarify changes that are sideburn-specific

})
elif request.POST.get('action') == 'delete_confirm':
for obj in self.get_queryset():
# Allow bulk-deleting entries that already have an assigned voucher.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drive-by: Adding comments explaining some sideburn-specific changes

@EastyMoryan EastyMoryan requested a review from zachyale June 17, 2026 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant