FOUR-33450 | Draft Status is not Displayed on a Task - #9072
mcraeteisha wants to merge 1 commit into
Conversation
The loader editor now forwards the temporal taskDraftsEnabled flag onto window.ProcessMaker so the task editing runtime can read the feature state consistently. This makes task drafts available in the editor without requiring separate initialization paths.
PR SummaryLow Risk Overview The task edit entry ( Reviewed by Cursor Bugbot for commit e37650f. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
|
QA server K8S was successfully deployed https://ci-e3ce8661ca.engk8s.processmaker.net |
eiresendez
left a comment
There was a problem hiding this comment.
The change mirrors the existing task-list loader and restores the pre-Vite initialization contract 👍 👍





Issue
Ticket: FOUR-33450
The Saved and Autosave callouts on the task page were hidden after the Vite migration in commit
a6b9ec5(FOUR-32412).a6b9ec5moved/tasks/{task}/editonto Vite and stored the drafts setting onwindow.temporal.taskDraftsEnabled. The task list loader still copies that value ontowindow.ProcessMaker.taskDraftsEnabled. The task edit loader did not.Solution
The task edit loader now copies
window.temporal.taskDraftsEnabledontowindow.ProcessMaker, matching the task list loader, so draft autosave and those callouts run again.How To Test
ci:deploy
Code Review Checklist