Our state of the art Gantt chart


Post by Qwerty »

(elevated to its own issue from here viewtopic.php?p=73618#p73618)

Hi,

We've found an issue when deleting a task, undoing that deletion, then redoing it again.

Steps to Reproduce

  1. Go to the undo/redo example here: https://www.bryntum.com/examples/gantt/undoredo/
  2. Delete the "Run tests" task
  3. Undo
  4. Redo
  5. In the browser console, run the following:
    gantt.project.taskStore.changes

The task should be in the deleted array. Instead, it's not, meaning the task will reappear when the page is loaded again.

Please note that there seem to be a few related issues here, not just what we've described above.


Post by pmiklashevich »

Reproduced! Thanks for the report! Ticket here: https://github.com/bryntum/support/issues/975
Since one component (STM) is responsible for undo and redo operations, I've created a single ticket for both problems.

Pavlo Miklashevych
Sr. Frontend Developer


Post by Qwerty »

Cheers for that, we'll look out for changes on that ticket. Thanks again.


Post Reply