-
Notifications
You must be signed in to change notification settings - Fork 337
fix(config): Precise units for reservation reminders #1077
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -349,7 +349,7 @@ Reservation Behavior | |||||
| Enable email reminders before reservations start/end. | ||||||
|
|
||||||
| **reservation.default.start.reminder** | ||||||
| Default reminder time before start (e.g., '15 minutes', '1 hour'). | ||||||
| Default reminder time before start (e.g., '15 minutes', '1 hours', '1 days'). | ||||||
|
||||||
| Default reminder time before start (e.g., '15 minutes', '1 hours', '1 days'). | |
| Default reminder time before start (e.g., '15 minutes', '2 hours', '6 days'). |
Copilot
AI
Feb 24, 2026
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.
The advanced configuration docs update the start reminder examples, but the end reminder entry still doesn’t mention that a unit is required or provide a valid example. This looks inconsistent with the PR’s stated goal (start/end reminders require units); please update reservation.default.end.reminder to include the same format guidance/examples.
| Default reminder time before end. | |
| Default reminder time before end; must include a number and time unit (e.g., '15 minutes', '1 hours', '1 days'). |
Uh oh!
There was an error while loading. Please reload this page.