bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
54 stars 6 forks source link

[REACT] Don't perform changes on eventEditor before we click on Save #6790

Open ExtAnimal opened 1 year ago

ExtAnimal commented 1 year ago

Forum post

The tabs.onFieldChange should be opt-outable depending on config to have the TaskEditor update on click of Save button like the Scheduler's EventEditor

taauntik commented 1 year ago

+1 requested this feature

arcady-zherdev commented 1 year ago

One of straightforward solutions could be is cloning the dataset: the project plus related stores (calendar, assignment, dependency and resource stores). Then user would have live updates in the task editor (like dependency recalculations on start/end changes etc) and once Save is clicked the changes would be applied from the clones to the real data.

ExtAnimal commented 4 months ago

Requested again: https://forum.bryntum.com/viewtopic.php?t=29456