-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: allow attendee to checkin for multiple days #7480
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
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/GXKBpJH1ao29r57VL6shHbEXWsKf |
Codecov Report
@@ Coverage Diff @@
## development #7480 +/- ##
===============================================
- Coverage 20.22% 20.15% -0.08%
===============================================
Files 589 590 +1
Lines 6714 6749 +35
Branches 149 149
===============================================
+ Hits 1358 1360 +2
- Misses 5329 5362 +33
Partials 27 27
Continue to review full report at Codecov.
|
| .then(savedAttendee => { | ||
| const message = savedAttendee.isCheckedIn ? this.l10n.t('Attendee Checked-In Successfully') : this.l10n.t('Attendee Checked-Out Successfully'); | ||
| .then(() => { | ||
| const message = !isCheckedInCurrently ? this.l10n.t('Attendee Checked-In Successfully') : this.l10n.t('Attendee Checked-Out Successfully'); |
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.
I am not able to checkout. @maze-runnar Are you able to?
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.
yes.
|
@maze-runnar Please recreate this |
Fixes #2016
required fossasia/open-event-server#8056

Checklist
developmentbranch.