Our pure JavaScript Scheduler component


Post by Deciderata »

Hey,

I have one problem with the scheduler component and grid.
I want to integrate in Laravel Project, but the CRUD : store, update not working ...

I posted the file of my JS
app.umd.js
(23.04 KiB) Downloaded 129 times
, my unplanned file
unplanned.json.js
Remove ".js"
(3.44 KiB) Downloaded 135 times
and my data json file
data.json.js
Remove ".js"
(4.69 KiB) Downloaded 111 times

Post by mats »

You should set 'autoSync' on your CrudManager, remove "autoCommit". Please read docs here:

https://bryntum.com/docs/scheduler/#Scheduler/crud/AbstractCrudManager#config-autoSync

Post by Deciderata »

hey,

autoSync generates me errors that I can not exploit following the display of the following screen
erreur_affichage_page.png
erreur_affichage_page.png (8.71 KiB) Viewed 1678 times
Attachments
app.umd.js
(23.06 KiB) Downloaded 121 times

Post by mats »

Please upload a full zip file of your demo so we can run it.

Post by mats »

+ as I said ealier you need to remove 'autoCommit' which you haven't done in the latest app file you posted. Remove it and try again.

Post by Deciderata »

Here is the project, it's a Laravel module (https://nwidart.com/laravel-modules/v4/introduction)
https://bonny.deci.dev/bryntum.zip

If you have any questions do not hesitate

Post by mats »

Please first read my last post and retry

Post by Deciderata »

The problem remains the same, I had already try the autoSync without autoCommit

With the current file, when dropped, they disappear from the project lists but do not appear on the schedule.

Post by Deciderata »

No solution ?

Post by mats »

Does your server respond correctly?

Post Reply