mrvladus / Errands

Todo application for those who prefer simplicity.
MIT License
299 stars 67 forks source link

Fixes to trash #236

Closed 32GBRat closed 6 months ago

32GBRat commented 6 months ago

I have tried running the dev branch of Errands and I have found few problems with trashing items. I have made fixes to these issues and made them into this PR.

These fixes include:

I have also noticed that tasks after being recovered are marked as completed. I wasn't sure if that is intended or not so I left that in.

mrvladus commented 6 months ago

Thank you! I didn't have time today to get to fixing trash :) Just made State class today, now it much easier to access stuff.

tasks after being recovered are marked as completed

It's intended, because tasks that moved to trash automatically marked as completed, and when they are restored, they still marked as completed.