Skip to content

feat(events): autofill and bound End Date from Start Date - #316

Merged
harshtandiya merged 1 commit into
mainfrom
backport-315-to-main
Aug 3, 2026
Merged

feat(events): autofill and bound End Date from Start Date#316
harshtandiya merged 1 commit into
mainfrom
backport-315-to-main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated backport of #315 to main.

Setting Start Date now fills an empty End Date with the same value, and
pulls End Date forward (with an alert) if it would fall before the start.
The End Date picker also gets a minDate so earlier dates aren't offered.
min_date on the docfield is only read when the control builds its picker,
so the limit has to be pushed onto the datepicker instance directly.
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
(cherry picked from commit 73c1f58)
@github-actionsgithub-actionsBot added the backport This PR / Issue is a backport for a branch other than develop label Aug 3, 2026
@harshtandiya
harshtandiya merged commit c285017 into mainAug 3, 2026
@harshtandiya
harshtandiya deleted the backport-315-to-main branch August 3, 2026 06:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backportThis PR / Issue is a backport for a branch other than develop

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@harshtandiya