Tasks: un-checking a Done task clobbers its status back to Todo #138
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_archipelagos#138
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
list_view.rs::handle_togglewritesTaskStatus::Todowhenever a task goes from Done → not-done, regardless of whether the task was previously InProgress, Review, Testing, Blocked, or Backlog before being marked Done. Re-opening a task always loses its prior workflow state.Fix: persist the pre-Done status (e.g. store it in the task's
updated_atsnapshot or derive from the previous non-terminal state), or at minimum restoreInProgressrather thanTodoon uncheck so the task rejoins the active pipeline.