mstijak / tdo

Keyboard driven, hackable TODO list
https://mstijak.github.io/tdo/
MIT License
183 stars 24 forks source link

Deleted lists and moving tasks #23

Closed jacekk closed 7 years ago

jacekk commented 7 years ago

Hi, I've noticed that moving tasks between lists caused their vanishing (from GUI) in some scenarios. After some digging I found out that these tasks are still in data store, but they are assigned to lists marked as deleted. Attached fix should handle that.

mstijak commented 7 years ago

Good catch. Thanks!