You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2025. It is now read-only.
Ability to change start date, without changing the end date
Current behaviour
First you select the start date, then end date which is > then start date. After that, when you want to move the start date earlier, it will also change the end date.
[FEATURE] Expected behaviour
Option for changing just the selected date.
Use-cases when editing start date:
Case 1 : start date = end date => expected : the end date will not be modified
Case 2: start date > end date => expected : the end date will be modified
Case 3 : start date < end date => expected : the end date will not be modified