Skip to content

Scheduler: fix resize of all day appointment in timeline views and vertical views - #34855

Open
sjbur wants to merge 2 commits into
DevExpress:mainfrom
sjbur:v3_issue-1779_26_2
Open

Scheduler: fix resize of all day appointment in timeline views and vertical views#34855
sjbur wants to merge 2 commits into
DevExpress:mainfrom
sjbur:v3_issue-1779_26_2

Conversation

@sjbur

@sjbur sjbur commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@sjbur sjbur self-assigned this Aug 20, 2026
@sjbur sjbur added the 26_2 label Aug 20, 2026
@sjbur
sjbur requested a balanced review from Copilot August 20, 2026 14:41
@sjbur
sjbur marked this pull request as ready for review August 20, 2026 14:45
@sjbur
sjbur requested a review from a team as a code owner August 20, 2026 14:45

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Fixes Scheduler all-day appointment resizing across timeline and vertical views.

Changes:

  • Adjusts all-day date expansion by view type.
  • Uses view-specific all-day panel options during resizing.
  • Updates resizing logic and related tests.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
expand_all_day.ts Changes regular-panel date expansion.
expand_all_day.test.ts Tests view-specific expansion behavior.
generate_grid_view_model.ts Passes timeline context to expansion.
m_subscribes.ts Uses current-view all-day panel mode.
m_core.ts Refines occupied-day cell handling.
get_delta_time.test.ts Corrects resize test description.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +83 to +85
if (!isTimelineView && entity.endDateUTC > entity.startDateUTC) {
return entity;
}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I am not sure that this comment is valid. I verified fix behavior and everything looks as intented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants