fix: Remove multiple durations for seated events#10910
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Ignored Deployments
|
|
Thank you for following the naming conventions! 🙏 |
| }, | ||
| })), | ||
| multipleDurationEnabled: eventType.metadata?.multipleDuration || false, | ||
| seatsPerTimeSlotEnabled: eventType.seatsPerTimeSlot, |
There was a problem hiding this comment.
Enable this default value as you had to navigate to the "Advanced" tab for this value to appear
| toggleGuests(false); | ||
| formMethods.setValue("requiresConfirmation", false); | ||
| setRequiresConfirmation(false); | ||
| formMethods.setValue("metadata.multipleDuration", undefined); |
There was a problem hiding this comment.
Remove all multiple durations when seats are enabled
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Current Playwright Test Results Summary✅ 120 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 08/23/2023 06:25:00pm UTC) Run DetailsRunning Workflow PR Update on Github Actions Commit: f095253 Started: 08/23/2023 06:12:08pm UTC
|
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
2FA Tests should allow a user to enable 2FA and login using 2FA
Retry 1 • Initial Attempt |
1.51% (4)4 / 265 runsfailed over last 7 days |
23.40% (62)62 / 265 runsflaked over last 7 days |
📄 packages/embeds/embed-core/playwright/tests/action-based.e2e.ts • 1 Flake
Test Case Results
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
Popup Tests should be able to reschedule
Retry 1 • Initial Attempt |
2.65% (7)7 / 264 runsfailed over last 7 days |
96.97% (256)256 / 264 runsflaked over last 7 days |
📄 apps/web/playwright/webhook.e2e.ts • 1 Flake
Test Case Results
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
FORM_SUBMITTED can submit a form and get a submission event
Retry 1 • Initial Attempt |
1.15% (3)3 / 261 runsfailed over last 7 days |
21.46% (56)56 / 261 runsflaked over last 7 days |
leog
left a comment
There was a problem hiding this comment.
LGTM, any test to update for this?
What does this PR do?
This PR disables multiple durations for seated events.
Fixes # (issue)
Requirement/Documentation
Type of change
How should this be tested?
Mandatory Tasks
Checklist