Our pure JavaScript Scheduler component


Post by jeffrey1994 »

Related to viewtopic.php?f=44&t=16304&sid=483e9e20db3afa2ba039fdec1dd5b33c

Events disappear when loading new events in 4.0.8. In attachments I've provided a test case to reproduce the issue.

In my test data I'm using tree data but I don't think that's the root of the problem. I'm able to reproduce it in one of our other scheduler implementations which doesn't have any tree data.. however I was not able to reproduce a test case for it :(

Steps:

  1. npm install

  2. npm start

  3. Open https://localhost:9001/

  4. Click "Shift next"

  5. Click "Shift previous"

Now notice the event disappeared.

In console log you can see the assignment record points to a resource that no longer exists.

Attachments
test case.zip
(5.28 MiB) Downloaded 63 times

Post by mats »

Boiled it down further, we'll look into it!

Events in the eventStore are assigned to a resource no longer in the resource store.

Attachments
testcase.zip
(1.67 KiB) Downloaded 64 times

Post by alex.l »

Hi jeffrey1994,

Confirmed, that's a bug that I was able to reproduce. Here is a ticket to track the status: https://github.com/bryntum/support/issues/2428

All the best,
Alex

All the best,
Alex


Post Reply