Skip to content

Scheduler - Appointments Refactoring - Custom Templates#33159

Open
Tucchhaa wants to merge 2 commits intoDevExpress:25_2from
Tucchhaa:custom_templates_25_2
Open

Scheduler - Appointments Refactoring - Custom Templates#33159
Tucchhaa wants to merge 2 commits intoDevExpress:25_2from
Tucchhaa:custom_templates_25_2

Conversation

@Tucchhaa
Copy link
Copy Markdown
Contributor

@Tucchhaa Tucchhaa commented Apr 3, 2026

No description provided.

@Tucchhaa Tucchhaa self-assigned this Apr 3, 2026
@Tucchhaa Tucchhaa marked this pull request as ready for review April 3, 2026 15:39
@Tucchhaa Tucchhaa requested a review from a team as a code owner April 3, 2026 15:39
}

viewModelDiff.forEach((diffItem) => {
viewModelDiff.forEach((diffItem, index) => {
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.

Passing index from diff may seem incorrect, but it is exactlye how the old implementation works:

To avoid making BC I have passed index too, but in general it seems that we need to remove passing index to appointmentTemplate function

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.

1 participant