Our pure JavaScript Scheduler component


Post by andersondaniel »

Good morning, we are evaluating the purchase of the scheduler-pro component, but we are encountering some difficulties, such as the rendering of dependency arrows.

The problem happens when I perform the actions in that order.
1) I insert two new events.
2) I add a dependency between them.
3) saved the records in the database.
4) delete one of the created events;
5) saved this new change to the database

I tried to validate if the API was returning the response wrong in one of the steps, but apparently everything is fine.

The information in the database is being updated correctly, so much so that if I press F5 in the browser before deleting the event that has the dependency, it works normally.

Attachments
response.json
the two responses to requests made
(1.22 KiB) Downloaded 43 times
AppConfig.js
(5.5 KiB) Downloaded 44 times
schedulerpro.mp4
(2.5 MiB) Downloaded 45 times

Post by mats »

Seems like a bug that we should have fixed in the upcoming 5.1.0 which will be released in alpha later this week. Please download a new trial then and let us know if it solves the issue for you. Sorry for the inconvenience.


Post by andersondaniel »

Good afternoon, I updated to bryntum scheduler pro version 5.0.4 and the error persists.

dependencies": {
    "@bryntum/schedulerpro": "npm:@bryntum/schedulerpro-trial@5.0.4",
    "@bryntum/demo-resources": "1.1.0",
    "@bryntum/schedulerpro-vue": "5.0.4"
   }
 

Post by mats »

Yes, I meant 5.1.0 (not yet released). If you have a license, you can try the latest nightly build where this issue should not exist.


Post by andersondaniel »

That update solved this problem, thanks.


Post Reply