support
support copied to clipboard
Depedency record's fields are missing on `project.load()`
Hi, what is the recommended way of updating the data of a project?
I'd like to update the client data without reloading the page. triggering project.load() looked like it does that. However it seems to have problems with the dependencies, the fields seem to not be updated in the editor.
To reprocude: go to the advanced example and change the onAddTaskClick-Function:
async onAddTaskClick() {
const { gantt } = this;
await gantt.project.load()
}
Click the "Create" Button (which now triggers the load)
Double click a dependency.
Type, Lag and Active are empty