Our pure JavaScript Scheduler component


Post by rytis.i »

When I enable pagination of EventStore with pageSizeParamName: 'page' and readUrl returns an empty event list

{
    "success": true,
    "total": 0,
    "data": []
}

The scheduler throws an exception when a new event is created. Code attached.

Attachments
package.zip
(28.2 KiB) Downloaded 16 times
pagination_bug.gif
pagination_bug.gif (1.23 MiB) Viewed 277 times

Post by ghulam.ghous »

Hi there,

Thanks for the test case. I have created a ticket here https://github.com/bryntum/support/issues/8915 to investigate this issue further and fix it.


Post Reply