Premium support for our pure JavaScript UI components


Post by MauriceLapre »

Hi Bryntum,

I'm implementing dependencies, and for that I'm looking for changes on the store to save them to the backend. But the property "changes" seems to be missing/not updated on the Dependencystore. This is working for the Assignmentstore, so am I doing something wrong?

const depChanges = this.gantt.project.dependencyStore.changes;

After adding, changing and/or removing dependencies, this property stays null...

Could you have a look at this? Thank you!


Post by MauriceLapre »

Never mind, I was accepting changes on the project before it reached the dependency changes. My bad. No issue anymore.


Post Reply