fix(status): add qa_passed to legacy display labels #332
Reference in New Issue
Block a user
Delete Branch "worktree-qa-passed-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?
בעיה
תיק 8174-12-24 (ואחרים שהוגדרו על ידי הסוכן הישן) היה בסטטוס
qa_passed— ערך שהוסר מרשימת ה-10 סטטוסים הפעילים ולא נוסף ל-LEGACY_STATUS_LABELS. תוצאה: badge + timeline ריקים ("לא ידוע").תיקון
case-status.ts: הוספתqa_passed → "טיוטה"ל-LEGACY_STATUS_LABELS(display-only fallback)draftedישירות דרך ה-APIInvariants
qa_passed was set by the old agent pipeline but not included in the trimmed 10-status CASE_STATUSES list or LEGACY_STATUS_LABELS, causing the status badge and workflow timeline to render nothing ("לא ידוע"). Added qa_passed → "טיוטה" to LEGACY_STATUS_LABELS as a display-only fallback so any case still carrying this value renders correctly until migrated. Case 8174-12-24 status updated to drafted via PUT /api/cases. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>