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

EventStore's 'add' event not being emitted when editing occurrences #3482

Closed
chuckn0rris opened this issue Oct 1, 2021 · 0 comments
Closed
Assignees
Labels
bug Something isn't working forum Issues from forum resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@chuckn0rris
Copy link

Forum post

To reproduce, open https://bryntum.com/examples/scheduler/recurrence/

In console

scheduler.eventStore.on('catchAll', (e) => {
  console.log(e.type);
});

Modify an event occurrence and see no add event is emitted.

The previous version deployed with our app was v4.0.8 and we have verified that the add event was for sure being emitted back then. Due to our development cycle we've skipped versions so I'm not able to verify functionality for anything higher than v4.0.8 at this time so I'm not sure when this was removed.

@chuckn0rris chuckn0rris added bug Something isn't working forum Issues from forum labels Oct 1, 2021
@matsbryntse matsbryntse added the ready for review Issue is fixed, the pull request is being reviewed label Oct 1, 2021
@matsbryntse matsbryntse self-assigned this Oct 1, 2021
@matsbryntse matsbryntse added this to the 4.2.8 milestone Oct 1, 2021
@matsbryntse matsbryntse added resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Oct 3, 2021
@isglass isglass modified the milestones: 4.2.8, 4.3.0 Oct 7, 2021
@isglass isglass changed the title eventStore's 'add' event not being emitted when editing occurrences EventStore's 'add' event not being emitted when editing occurrences Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

3 participants