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 re-opening task editors #1119

Closed gycsaba96 closed 4 months ago

gycsaba96 commented 4 months ago

Task editors did not re-open because MainWindow.restore_editor_windows used strings instead of UUIDs to look up tasks in the data store.

diegogangl commented 4 months ago

Thanks!