-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix: Preselect Ticket holder same as Ticket Buyer in Order Form #5859
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/4vr4kiff3 |
Codecov Report
@@ Coverage Diff @@
## development #5859 +/- ##
===============================================
- Coverage 23.45% 23.44% -0.01%
===============================================
Files 512 512
Lines 5445 5464 +19
Branches 63 63
===============================================
+ Hits 1277 1281 +4
- Misses 4152 4167 +15
Partials 16 16
Continue to review full report at Codecov.
|
Just noticed that if someone selects more than one ticket all the tickets will get the same name as the buyer. What can be a better solution for this? |
This only happens in your PR, not in the current system. Only the first person should have the name added even if the ticket holder field is pre-selected. |
Yes, I noticed the bug in my PR after I opened it. Hope it's good now |
Thank you! |
Fixes #5851
Short description of what this resolves:
Checkbox for selecting ticket holder same as ticket buyer is checked initially (with details displayed). User can toggle to turn it off.
Checklist
development
branch.