The Apply/Save button in the Workflow config dialog does not behave as a proper save action. Edits to the config tree are auto-persisted to the database / active profile on every cell change via the itemChanged signal handler, so:
- By the time the user clicks Apply/Save, the values are already saved.
- There is no visible indication that edits are pending.
- Closing the window mid-edit does not revert in-progress changes — they have already been written.
Acceptance criteria
The Apply/Save button in the Workflow config dialog does not behave as a proper save action. Edits to the config tree are auto-persisted to the database / active profile on every cell change via the
itemChangedsignal handler, so:Acceptance criteria