Our pure JavaScript Scheduler component


Post by Alan »

When I use the CrudManager with an AssignmentStore to sync with PHP and update an event (e.g. change the time), each existing assignment record passed to PHP contains a $PhantomId value and does not contain the original assignment id, and each original assignment id gets passed in a "removed" structure. How can I fix this so that the original assignment id value is passed with each assignment record instead of the $PhantomId value?

You can duplicate this by using the attached file with the Multi assignment + dependencies demo, https://www.bryntum.com/examples/scheduler/multiassign-with-dependencies/, and change the time on any event. The attached js was just updated by adding a sync in the transport and autoSync flag.

Thank you
Attachments
app.module.js
(1.06 KiB) Downloaded 76 times
Last edited by Alan on Mon Feb 03, 2020 3:58 pm, edited 1 time in total.

Post by mats »

This looks like a bug, I opened a ticket here to investigate: https://github.com/bryntum/support/issues/233

Post Reply