getting-things-gnome / gtg

Getting Things GNOME! trunk
https://wiki.gnome.org/Apps/GTG
GNU General Public License v3.0
559 stars 164 forks source link

Fix sidebar updates for tags #1131

Closed gycsaba96 closed 3 months ago

gycsaba96 commented 3 months ago

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.

diegogangl commented 3 months ago

Works as expected, code LGTM. Thanks!