Our pure JavaScript Scheduler component


Post by aso »

Hello, I have a problem with updating data in eventStore. I am trying to update data for a certain event, but I always get an error that I cannot change the field because it is readonly, although the last event has no error.

Error

const event = eventStore.findRecord('id', id);
event.set(newValues);

Without error

eventStore.last.set(newValues);

I looked at an example of an update on this page https://bryntum.com/products/scheduler/docs/guide/Core/data/storebasics


Post by tasnim »

I've tested that. I didn't get any error (tested here https://bryntum.com/products/scheduler/examples/basic/)

64EfdVoFpO.png
64EfdVoFpO.png (89.75 KiB) Viewed 267 times

Any chance to get a runnable test case so we can debug it?


Post Reply