v7.3.0
SupportExamplesFree Trial

Upgrade guide for Gantt v7.2.0

Prevent silencing resolved scheduling issues

Since this release the Gantt does not silence changes made by the Engine on data loading if there was a conflict, cycle or other scheduling issue which was resolved. This fixes the problem when an application could not persist changes after resolving a scheduling on data loading (happens because of silenceInitialCommit config enabled by default).

This is controlled by the ProjectModelpreventSilencingOnIssueResolve config. Which can be disabled back like this:

new Gantt({
    ...
    project  : {
        // silence initial commit event if there was a conflict resolved
        preventSilencingOnIssueResolve : false,

Contents