Reset layout disables auto scheduling

when changing start date of task using inline editor, it works well. But after calling gantt.resetLayout(), changing start date no longer executes auto scheduling (moving succeeding tasks)

Hello,
Thank you for letting us know about that issue. The dev team will fix the bug in the future, but I cannot give you any ETA.

The issue seems to be related to the bug that the inline editor events are removed after the init and resetLayout method. It is possible to detach custom events and add them again, but there is no way to do the same for the internal events. Because of that, there is no workaround for that bug.