Business React components for Bootstrap and Material-UI
2.08k
stars
382
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 2 years 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