-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: allow attendee multiple day checkin #7623
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: allow attendee multiple day checkin #7623
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/52DHQ4UkdkZvKG6VyDcnTw3du8np |
Codecov Report
@@ Coverage Diff @@
## development #7623 +/- ##
===============================================
- Coverage 19.82% 19.75% -0.08%
===============================================
Files 602 603 +1
Lines 6980 7015 +35
Branches 149 149
===============================================
+ Hits 1384 1386 +2
- Misses 5569 5602 +33
Partials 27 27
Continue to review full report at Codecov.
|
| return []; | ||
| } | ||
|
|
||
| get checkoutTimes() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maze-runnar shouldn't these all be computed properties?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No
Co-authored-by: Meghal Bisht <[email protected]>
|
The attendee checkin dropdown is unfortunately still not working, in particular when there is only one event day there is no menu choice. |
Fixes #2016
recreation of #7480
Checklist
developmentbranch.