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 sidebar updates for tags #1131

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

gycsaba96
Copy link
Contributor

Fixes #1115

Thanks to this PR, the TagStore keeps track of the models created for child tags and updates them as required triggering a GUI update (similarly to the TaskStore). This GUI update prevents the user from deleting a tag twice and crashing the program.

The TagStora keeps track of the models created for child Tags
and updates them as required (similarly to the TaskStore).
@diegogangl
Copy link
Contributor

Works as expected, code LGTM. Thanks!

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

Successfully merging this pull request may close these issues.

Cannot remove tags, selecting to delete the same tag twice induces crash
2 participants