support icon indicating copy to clipboard operation
support copied to clipboard

Duration from applied remote change gets reverted

Open bmblb opened this issue 1 year ago • 0 comments

Steps to reproduce on advanced demo:

  1. enable transactions gantt.enableTransactionalFeatures = true
  2. open task editor on task Setup load balancer
  3. move task one day ahead, keep window open
  4. execute this in the console gantt.project.queue(() => gantt.project.applyProjectChanges({ tasks : { updated : [{ id : 13, duration : 4 }] } }))
  5. press save

You will see task still have duration of 3 days while it should be actually 4. Essentially it is the same problem as #7801 but now on STM level - when we redo the action we apply start, end, constraint date and type which cause duration to be calculated

bmblb avatar Dec 05 '23 14:12 bmblb