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

Fix duplication issue when updating existing watchdate with new date #463

Merged
merged 2 commits into from
Jul 30, 2023

Conversation

JVT038
Copy link
Collaborator

@JVT038 JVT038 commented Jul 30, 2023

This PR should fix #438.

The issue was that updating the watchdate basically creates a new watch entry. The old watch entry (with the former watch date) wouldn't be removed.
This PR changes this, and it removes the old watch entry, therefore fixing the issue.

@JVT038 JVT038 requested a review from leepeuker as a code owner July 30, 2023 11:25
Copy link
Owner

@leepeuker leepeuker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice 👍

@leepeuker leepeuker changed the title Fix the issue with updating the watchdate Fix duplication issue when updating existing watchdate with new date Jul 30, 2023
@leepeuker leepeuker merged commit f5390b9 into main Jul 30, 2023
@leepeuker leepeuker deleted the fix-watch-date-issue branch July 30, 2023 17:30
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 this pull request may close these issues.

Updating watch date issue
2 participants