generated from RealDevSquad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Description
Problem
When a task's current status is BACKLOG, the TaskStatusDropdown component initializes newStatus to BACKLOG, but BACKLOG is excluded from the dropdown options via EXCLUDED_STATUSES. This creates a mismatch where the select element's value doesn't correspond to any available option, resulting in undefined browser behavior.
Tasks
- Fix the BACKLOG status handling in TaskStatusDropdown component to ensure the select value always matches an available option
- Update related tests to cover BACKLOG status scenarios
References
- PR: hotfix: show task status dropdown to backlog task status #1391
- Discussion: hotfix: show task status dropdown to backlog task status #1391 (comment)
- File:
src/components/tasks/TaskStatusDropdown.tsx - Requested by: @MayankBansal12
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels