fix(tasks): uncheck restores InProgress + create re-fetches by saved SID #144
No reviewers
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!144
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_fix_tasks_uncheck_status"
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?
Summary
Two small fixes to the Tasks island. Unchecking a Done task used to drop it back to Todo, erasing that the task had ever been started; it now restores InProgress. And creating a task would surface a red "Method not found" banner even after the task saved — the service was re-fetching by the
"0000"placeholder SID fromtask.newinstead of the real SIDtask.setreturned.Related Issue
Closes #138
Changes
Test Results
cargo check / clippy -D warnings / fmt --checkclean onhero_archipelagos_tasks; Playwright covers both transitions end-to-end against the shared test instance.Manual verification