Skip to content

Calendar: Fix Overview demo TypeError in isHoliday function#32029

Merged
r-farkhutdinov merged 1 commit intoDevExpress:25_2from
r-farkhutdinov:25_2_calendar_demo_fix
Feb 13, 2026
Merged

Calendar: Fix Overview demo TypeError in isHoliday function#32029
r-farkhutdinov merged 1 commit intoDevExpress:25_2from
r-farkhutdinov:25_2_calendar_demo_fix

Conversation

@r-farkhutdinov
Copy link
Contributor

No description provided.

@r-farkhutdinov r-farkhutdinov self-assigned this Dec 23, 2025
@r-farkhutdinov r-farkhutdinov marked this pull request as ready for review December 23, 2025 09:52
@r-farkhutdinov r-farkhutdinov requested a review from a team as a code owner December 23, 2025 09:52
Copilot AI review requested due to automatic review settings December 23, 2025 09:52
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a TypeError in the Calendar Overview demo's jQuery implementation. The isHoliday function was incorrectly attempting to access a date property on a Date object parameter, when it should directly call Date methods on the parameter itself.

  • Corrects the isHoliday function to call Date methods directly on the parameter (d.getDate() instead of d.date.getDate())

@r-farkhutdinov r-farkhutdinov merged commit 1b51842 into DevExpress:25_2 Feb 13, 2026
97 of 98 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants