DevExpress / devextreme-reactive

Business React components for Bootstrap and Material-UI
https://devexpress.github.io/devextreme-reactive/
Other
2.07k stars 376 forks source link

Deleting the first recurrence of a never ending recurring appointment deletes all recurrences instead of only the first recurrence. #3575

Closed HarroE closed 1 year ago

HarroE commented 1 year ago

Is there an existing issue for this?

I'm using ...

React Scheduler

Current Behaviour

When deleting the first recurrence of a never ending recurring appointment, it deletes the whole appointment with all requrrences.

Expected Behaviour

Only the first recurrence should be deleted when you've selected "This appointment" in the confirm modal.

Steps to Reproduce

This also happens in the demos: https://devexpress.github.io/devextreme-reactive/react/scheduler/docs/guides/editing/#controlled-mode

To reproduce (in demo):

Now all the recurrences are gone.

Environment

"@devexpress/dx-react-core": "^3.0.3",
"@devexpress/dx-react-scheduler": "^3.0.3",
"@devexpress/dx-react-scheduler-material-ui": "^3.0.3",