support icon indicating copy to clipboard operation
support copied to clipboard

WBS index is out of sync

Open bmblb opened this issue 5 months ago • 0 comments

Forum post

Hi,

We are implementing Live Updates in a web application with Angular 14, .NET 8 and Gantt version 6.0.5, using the realtime-updates example.

We open two browsers and add a task above to the selected, in the second browser we see how the task is added correctly in the same place, but if we reload the browser now the task appears at the end of the list instead of the place it occupied at the time of creation.

The initial data loading is done with api/load as in the aspnetcore example, but the changes are made with the Revisions configuration and using SignalR.

TaskModel:

{ name: 'parentIndex', persist: true },
{ name: 'orderedParentIndex', persist: true }

Project config:

taskStore: { useOrderedTreeForWbs: true }

https://github.com/user-attachments/assets/1173e762-f3de-4139-b059-3da7ca490079

bmblb avatar Sep 16 '24 13:09 bmblb