Premium support for our pure JavaScript UI components


Post by allwd »

Hi,
I've upgraded gantt to version 4, my code was using project.taskStore.data to set and get tasks. Whereas setting data through the property works, getting not so much - it always has value undefined.

To test go to https://www.bryntum.com/examples/gantt/basic/ and type in console:

console.log(gantt.project.taskStore.data) // returns undefined
console.log(gantt.project.taskStore._data) // returns an array

gantt.project.taskStore.data = gantt.project.taskStore._data
console.log(gantt.project.taskStore.data) // returns undefined

Best Regards


Post by alex.l »

Hi allwd,

Thanks for the report, we will check this problem as fast as we can, here is a ticket: https://github.com/bryntum/support/issues/1714

All best,
Alex

All the best,
Alex


Post Reply