Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undoing created dependency leaves task in modified state #959

Closed
matsbryntse opened this issue Jun 18, 2020 · 1 comment
Closed

Undoing created dependency leaves task in modified state #959

matsbryntse opened this issue Jun 18, 2020 · 1 comment
Assignees
Labels
bug Something isn't working forum Issues from forum
Milestone

Comments

@matsbryntse
Copy link
Member

Forum post

An additional somewhat related issue can be seen by creating a link/dependency and then undoing the change.

Go to the undo/redo example here: https://www.bryntum.com/examples/gantt/undoredo/
Create a link between the "Unit tests" task and the "UI unit tests / individual screens"
Undo
In the browser console, run the following

gantt.project.taskStore.changes.modified.map(t => ({ name: t.name, changes: JSON.stringify(t.meta.modified)}))
@matsbryntse matsbryntse added bug Something isn't working forum Issues from forum labels Jun 18, 2020
@matsbryntse matsbryntse added this to the Gantt 2.1.6 milestone Jun 18, 2020
@matsbryntse matsbryntse modified the milestones: Gantt 2.1.6, Gantt 2.1.7 Jul 13, 2020
@matsbryntse matsbryntse modified the milestones: Gantt 2.1.7, Gantt 2.1.8 Jul 27, 2020
@pmiklashevych
Copy link

Not reproducible in both release and master. Must have been fixed in #975

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum
Projects
None yet
Development

No branches or pull requests

2 participants