fix(FN-1102): persist workflow step selection in task create payloads

- Add browser verification toggle state to InlineCreateCard and submit browser-verification via enabledWorkflowSteps when selected
- Reset browser verification state after submit/cancel flows to prevent stale workflow selections
- Add InlineCreateCard and NewTaskModal tests that verify enabledWorkflowSteps are included in create payloads
- Add a patch changeset for @gsxdsm/fusion describing the workflow-step visibility fix
This commit is contained in:
gsxdsm
2026-04-07 23:26:28 -07:00
parent ed84a728c2
commit f0637af40c
4 changed files with 70 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Fix workflow steps not appearing on the Workflow tab after being selected during task creation.