Describe the bug
Cannot edit any fields for a task that has already been marked as completed or deleted. From the latest circular dependencies PR, I noticed the way we're currently handling the edit task functionality might be the reason for this. Passing Task UUID instead of taskID might fix the problem as all deleted/completed tasks tend to have a 0 ID so it might be the cause of conflict.
To Reproduce
Steps to reproduce the behavior:
- Go to 'tasks panel'
- Click on 'any completed/deleted task'
- Try to edit it
- See error
Expected behavior
We should be able to edit it as taskwarrior does allow the users to edit or modify their deleted/completed tasks so should the UI
Screenshots

Describe the bug
Cannot edit any fields for a task that has already been marked as completed or deleted. From the latest circular dependencies PR, I noticed the way we're currently handling the edit task functionality might be the reason for this. Passing Task UUID instead of taskID might fix the problem as all deleted/completed tasks tend to have a 0 ID so it might be the cause of conflict.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
We should be able to edit it as taskwarrior does allow the users to edit or modify their deleted/completed tasks so should the UI
Screenshots