DevExpress / devextreme-reactive

Business React components for Bootstrap and Material-UI

Home Page:https://devexpress.github.io/devextreme-reactive/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dragging a recurring appointment (weekly, for x amount of times) to another day updates incorrectly

HarroF opened this issue · comments

Is there an existing issue for this?

  • I have searched this repository's issues and believe that this is not a duplicate.

I'm using ...

React Scheduler

Current Behaviour

When dragging a recurring appointment (weekly, for x amount of times) to another day it removes the current recurrence and the other recurrences are not moved.

Expected Behaviour

It should move all the recurrences to the other weekday it was dragged to.

Steps to Reproduce

  • Create appointment which repeats weekly on monday ending after 3 repetitions.
  • Drag the first appointment to the next day

Environment

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