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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: