support icon indicating copy to clipboard operation
support copied to clipboard

Depedency record's fields are missing on `project.load()`

Open taauntik opened this issue 1 year ago • 0 comments

Forum post

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 emptyDependencyFields.jpg

taauntik avatar Apr 05 '24 10:04 taauntik