Our state of the art Gantt chart


Post by Qwerty »

Hey there,

We've noticed an error with 'splice' in 'Collection.js' that also exists on the Advanced Example when calling 'project.load()' after applying a filter.

Steps to Reproduce

  • Click the filter icon on 'Assigned Resources', type 'Celia' and hit enter

  • From the console call 'gantt.project.load();'

You'll notice the 'TypeError' in the promise will case it to load endlessly because 'values[removeIndex] is undefined'.

We must build a feature soon where changing certain filters triggers new data to be loaded. Are you able to fix this as a bug? What workarounds would be available? We noticed clearing the filters on the 'taskStore' avoided this error but we need filters to be preserved.

We are using React


Post by alex.l »

Hi Qwerty,

Thanks for the report. Here is a ticket: https://github.com/bryntum/support/issues/2382

No workaround now, but we set a milestone 4.1.0 so the fix will be as soon as it's possible.

All the best,
Alex

All the best,
Alex


Post Reply