Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beforeEventSave is not fired when editing recurring events #2123

Closed
pmiklashevych opened this issue Dec 16, 2020 · 1 comment
Closed

beforeEventSave is not fired when editing recurring events #2123

pmiklashevych opened this issue Dec 16, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@pmiklashevych
Copy link

pmiklashevych commented Dec 16, 2020

https://www.bryntum.com/forum/viewtopic.php?p=80748#p80748

https://www.bryntum.com/docs/scheduler/#Scheduler/feature/EventEdit#event-beforeEventSave

http://lh/bryntum-suite/scheduler/examples/recurrence/
Run in console.

scheduler.on({
    beforeEventSave() { console.log('beforeEventSave') }
})

Edit an event, save, confirm. See no logs in console. Expect beforeEventSave to be fired.
Create a non-repeating event. Save. See beforeEventSave is fired.
Edit it again. Save. See beforeEventSave is fired.

@matsbryntse
Copy link
Member

not reproducible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants