Our powerful JS Calendar component


Post by tokytok »

Hi,
I have found an important bug with recurring event.
You can reproduce easily on the basic demo calendar.

1 - Create a recurring event with resource "Arcady"
2 - Go to the next occurrence and update resource to "Linda"
3 - Validate for "All futur events" (if you click on "Only this event", the bug is the same)

Result : Previous events are updated with "Linda" and futur event are on "Arcady".

Image


Post by mats »

Looks like this issue (not yet fixed), thanks for reporting to us: https://github.com/bryntum/support/issues/1741


Post by tokytok »

It's an important problem for us. It's not just the UI update, the sync data are wrong too.
This is a common action, update the resource. Our software can't work correctly because of this problem.

Your product is great and we are testing it to switch from DHTMLX to Bryntum but this is a blocking problem.
Do you have an idea for the hotfix delay ?


Post by mats »

Yes, understood - we'll look into to it shortly!


Post by jhemela »

Hi,

Also when a recurring is planned for let's say 3 times. When you select one that is not the first event. Then the events are being recreated for those 3 times.

Attachments
vXaboQLf6s.gif
vXaboQLf6s.gif (1.13 MiB) Viewed 1857 times

Post by alex.l »

Reproduced, thank you, here is a link to the ticket: https://github.com/bryntum/support/issues/2108

Please, create a new thread for every new question/bug report.

All the best,
Alex

All the best,
Alex


Post by Animal »

What you are seeing is that the repeat value of 3 is being preserved even though you modified the second one and it should know to make that only repeat 2 from the new start point.

As a workaround until we get a fix out, using a known end date should work properly.

Setting the end date to 11th December (It will use 00:00 of the end date, so will not reach a 9am occurrence on that day), you will always get three.


Post by tokytok »

tokytok wrote: Thu Dec 10, 2020 10:57 am

Hi,
I have found an important bug with recurring event.
You can reproduce easily on the basic demo calendar.

1 - Create a recurring event with resource "Arcady"
2 - Go to the next occurrence and update resource to "Linda"
3 - Validate for "All futur events" (if you click on "Only this event", the bug is the same)

Result : Previous events are updated with "Linda" and futur event are on "Arcady".

Image

I have test the 4.0.6, and the problem is not resolved.


Post by pmiklashevich »

Thanks for report. We have reopened https://github.com/bryntum/support/issues/1741 and assigned to the next patch release. Stay tuned!

Pavlo Miklashevych
Sr. Frontend Developer


Post by tokytok »

While waiting for the correction, is it possible to lock the resource modification only when we are editing the event ?


Post Reply