Skip to content

Bug: Unable to edit completed or deleted tasks #317

@its-me-abhishek

Description

@its-me-abhishek

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:

  1. Go to 'tasks panel'
  2. Click on 'any completed/deleted task'
  3. Try to edit it
  4. 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

Image

Metadata

Metadata

Assignees

Labels

backendSomething isn't working on the backendbugSomething isn't workingfrontendSomething isn't working on the frontendhelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions