I have a problem with an upgrade of the scheduler from v5 to v6.0.3
When I choose to edit one occurrence in a recurring series I expect it to create a new single event with all the values I enter in the lightbox.
Including extra fields I have mapped: location, user, etc.
And all this worked as expected in v5. But when I test to upgrade to v6.0.3 the only thing passed in the POST request is start_date, end_date, event_pid, and event_length
It also makes a PUT request without any payload at the same time.
What am I missing? What has changed?
Dataprocessor is updated according to the migration docs:
var dp = scheduler.createDataProcessor({
url: api_url,
mode: "REST"
});