When we resize a project so as to only modify it’s due date, sometimes start date is also modified which is not expected.
- Goto example – https://www.htmlelements.com/angular/demos/gantt/load-from-json/
- Observe the start date column for ‘Project A’. The value is ’05/1/2021 2:30:00 AM’.
- Now select that project on chart and extend the end date using resize handlers.
- Observe the start date column again. Though we only resized to change end date the start date also got modified to ’05/1/2021 2:17:59 AM’.
Expectation: When resizing a project/task, only the date being modified should be updated without impacting the other date.
I am experiencing similar issue in my project. Can you please advice on this.
-
This topic was modified 2 days ago by Kiran M. Reason: Angular, gantt chart