Our pure JavaScript Scheduler component


Post by dpontes »

Hello!

In our project we use the SchedulerPro together with Grid component

When we drag an "unscheduled" event from the Grid to the SchedulerPro, the event is scheduled properly.

The issue I am having though is that after this scheduling, I can't find that event in the eventStore using "eventStore.query".

Is this a bug?

I see that the event I just dragged is inside _storage in some way, but it is not included in the _data. Array.

Follow the data structure demonstrating the situation

bryntum-eventstore-data.png
bryntum-eventstore-data.png (40.03 KiB) Viewed 148 times

Thank you!


Post by marcio »

Hello dpontes,

Are you able to reproduce that behavior in our Grid + Scheduler Pro demo? https://bryntum.com/products/schedulerpro/examples/drag-from-grid/

Also, just a note, you're checking the internal properties that aren't supposed to be based on (even that could help to identify some issue)

Best regards,
Márcio


Post by dpontes »

Hi Marcio, I just tried and confirmed the issue doesn't happen in drag-from-grid example.

I think it might be some issue in our end.

This ticket can be resolved. Thank you!


Post by marcio »

Hey dpontes,

Try to use the latest version of Grid and Scheduler Pro.

Feel free to ping us when you need any help with our components. :)

Best regards,
Márcio


Post Reply