Skip to content

feat: add resend email button to ticket list#51

Merged
dni merged 1 commit into
mainfrom
feat/resend
May 13, 2026
Merged

feat: add resend email button to ticket list#51
dni merged 1 commit into
mainfrom
feat/resend

Conversation

@dni
Copy link
Copy Markdown
Member

@dni dni commented May 13, 2026

  • Added a ticket row email button in static/js/index.vue:196.
  • Added resendTicketEmail() with loading state and success notification in static/js/index.js:149.
  • Added POST /events/api/v1/tickets/{ticket_id}/resend-email in views_api.py:391.
  • Enforced paid-only resend server-side with 403 for unpaid tickets.
  • Reused the existing ticket email message logic in services.py:91.
resend

- resending only possible when ticket is paid.
@dni dni merged commit 4bf867e into main May 13, 2026
6 checks passed
@dni dni deleted the feat/resend branch May 13, 2026 09:30
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.

3 participants