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

Calendar: Changing dates of an event leaves duplicates in calendar #1940

Closed
awarn opened this issue May 5, 2024 · 1 comment · Fixed by #1945
Closed

Calendar: Changing dates of an event leaves duplicates in calendar #1940

awarn opened this issue May 5, 2024 · 1 comment · Fixed by #1945
Assignees

Comments

@awarn
Copy link
Collaborator

awarn commented May 5, 2024

Description

When changing the dates on an event, a duplicate remains on the old timeslot in the calendar view.

Likely tied to frontend store issue, as the leftover duplicate event disappears when reloading the page.

Steps to reproduce

  1. Go to an event's editing view (such as /organize/[x]/projects/[y]/events/[z]), and make note of the start and end dates.
  2. Go to the calendar view to make sure the event shows up.
  3. Go back to the event's view and change the start and/or end dates. You might need to change them by an entire day to replicate the bug consistently.
  4. Go back to the calendar view.

Expected Behaviour

The event should only show up in the new timeslot.

Actual Behaviour

The event shows up at both the new and old timeslots.

@richardolsson
Copy link
Member

Thanks for reporting this! I'm wondering if this could be something introduced with #1857, which made changes to the relevant code, related to updating events in all of the places where it's stored in the store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants