We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Task bar editing doesnt' update task dependencies

Hi,

I just noticed that when editing a task bar, the task dependencies aren't updated.


actionComplete(args) {
   if (args.requestType === "save") {
      for (let i = 0; i < args.modifiedTaskData.length; i++) {
         //api calls and other stuff
      }
   }
}


In args.modifiedTaskData there is just the task I am editing and not the depending tasks.

My Syncfusion version is 20.4.52, with a previous version (20.3.48) this worked.

I've checked the changelog and with version 20.4.48 it seems that has been fixed:

  • #I430365 - Child tasks not updated after updating parent task predecessor has been fixed.

I think I'm still facing this issue.

Example:

If I drag and drop "gggg" to the 4th of January:




I get this:



In the previous versions I would have got this result:

 



Could you please verify this?

Thank you in advace.


Best regards,

Matteo Messmer


3 Replies 1 reply marked as answer

GM Gopinath Munusamy Syncfusion Team March 3, 2023 10:33 AM UTC

Hi Matteo Messmer,



We were able to replicate the reported issue. We have considered this issue with successor task not updated on editing a predecessor taskbar as a bug and have logged a bug report for it. You can track its status from the below feedback link.


Feedback: https://www.syncfusion.com/feedback/41736/task-dependencies-with-successor-task-not-updated-when-editing-predecessor-taskbar

The fix will be provided in the patch release scheduled for March 22, 2023.

Disclaimer: Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.



Regards,

Gopinath M



MA matteomessmer March 3, 2023 11:53 AM UTC

Hi Gopinath Munusamy,

Thank you!


Best regards,

Matteo Messmer



UA Udhayakumar Anand Syncfusion Team March 22, 2023 11:17 AM UTC

Hi Matteo Messmer


Thank you for your patience.

The reported issue “Task Dependencies with Successor Task Not Updated When Editing Predecessor Taskbar” has been fixed in version v20.4.54.

Please find the release notes from the below link.

Release Notes: https://ej2.syncfusion.com/react/documentation/release-notes/20.4.54/?type=all#gantt

Please contact us if you require any further assistance.

Regards

Udhayakumar


Marked as answer
Loader.
Up arrow icon