fix(FN-1101): normalize browser verification checkbox state

- Detect browser verification selection from both template token and resolved workflow step IDs
- Normalize checkbox toggles by replacing resolved browser-verification step IDs with a single canonical token
- Preserve non-browser workflow step selections when checking or unchecking browser verification
- Add TaskForm tests for resolved-ID checked state, unchecked cleanup, and re-check normalization
- Add a patch changeset for @gsxdsm/fusion documenting the browser verification state fix
This commit is contained in:
gsxdsm
2026-04-07 22:13:37 -07:00
parent 6bc9ad5275
commit 5b441ca86c
3 changed files with 125 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Fix browser verification workflow step checkbox not reflecting saved state when re-editing a task.