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 calendar selection for repeating tasks #1136

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

gycsaba96
Copy link
Contributor

Fixes #1015

After selecting the desired day in the yearly calendar, the _update_calendar method synced the monthly calendar, thus triggering the _on_monthly_selected callback. The bug also worked the other way around.

Now, the _update_calendar blocks these callbacks using a with statement to prevent the issue.

After selecting the desired day in the yearly calendar, the
_update_calendar method synced the monthly calendar, thus
triggering the _on_monthly_selected callback. The bug also worked
the other way around. Now, the _update_calendar blocks these
callbacks to prevent the issue.

Fixes GitHub issue getting-things-gnome#1015
@diegogangl
Copy link
Contributor

LGTM, thanks!

@diegogangl diegogangl merged commit bd58425 into getting-things-gnome:master Sep 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setting yearly recurring tasks from the Task Editor's menu sets them as repeating monthly
2 participants