Page 1 of 1

[ANGULAR] Copy Paste - How I can get the new created eventrecord

Posted: Wed May 17, 2023 2:19 pm
by thomasb

Hi

I'm using the paste event in bryntum scheduler.
For inspection I created a method (onPaste)="onEventPaste($event)".

In this $event object i get following data:

Image

In the eventrecords array I only find the source event which I was copy. Where Can I find the new created event with an id like: "_generatedClassDefEx6"

I can't find that at all in the $event object.

Thanks for your help.
Best,
Thomas


Re: [ANGULAR] Copy Paste - How I can get the new created eventrecord

Posted: Wed May 17, 2023 3:02 pm
by tasnim

Hi,

Thank you for your report. Reproduced! We'll check what's wrong. Here is the ticket to track progress https://github.com/bryntum/support/issues/6801

All the best,
Tasnim


Re: [ANGULAR] Copy Paste - How I can get the new created eventrecord

Posted: Wed May 31, 2023 10:59 am
by thomasb

Hi Tasnim

Just wondering, if you have any news about it?

Best,
Thomas


Re: [ANGULAR] Copy Paste - How I can get the new created eventrecord

Posted: Wed May 31, 2023 11:35 am
by alex.l

Hi Thomas,

The ticket is in code review status. When it will get Resolved status, that means the fix will be available in next patch release.
You can follow the ticket to track the status. Usually we are releasing every 2 weeks.


Re: [ANGULAR] Copy Paste - How I can get the new created eventrecord

Posted: Wed May 31, 2023 3:45 pm
by thomasb

Hi Alex,

Ok, thanks for your answer!