robicch / jQueryGantt

jQuery Gantt editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start Date update is not updating task duration

varun-krishnamurthy opened this issue · comments

Hi Team,

I noticed that whenever we update the start date of a sub task (level > 0) , expectation is that the duration gets auto updated for the current task along the associated parent task. Currently, the script updates the duration of the parent task but not the actual task which was updated in the transaction.

Also, there is a infinite loop scenario when the start date is updated for the 2nd time.

Please suggest if there are any solutions. I will raise a PR if I could find something.

Thanks.

VK