Bug Description
When changing workflow settings (e.g., Error Workflow) via the three-dot menu → Settings, clicking "Save" in the settings modal shows a success message ("settings applied"), but the main toolbar Save/Publish buttons remain inactive/disabled.
The workflow is not actually marked as "dirty" (having unsaved changes), so users cannot save the workflow with the new settings unless they also make a visual change like dragging a node.
To Reproduce
- Open any workflow in the Editor
- Click the three-dot menu (⋯) next to the workflow name
- Click "Settings" to open Workflow Settings modal
- Change any setting (e.g., select an Error Workflow)
- Click "Save" in the modal
- Observe: Modal closes, but Save/Publish buttons in toolbar remain disabled
- The settings change is lost unless you drag/move a node first to activate the buttons
Expected behavior
After saving workflow settings in the modal, the Save/Publish buttons in the main toolbar should become active, indicating the workflow has unsaved changes that need to be published.
Debug Info
Debug info
core
- n8nVersion: 2.0.2
- platform: docker (self-hosted)
- nodeJsVersion: 22.21.0
- nodeEnv: production
- database: sqlite
- executionMode: regular
- concurrency: -1
- license: enterprise (production)
storage
- success: all
- error: all
- progress: false
- manual: true
- binaryMode: filesystem
pruning
- enabled: true
- maxAge: 336 hours
- maxCount: 10000 executions
client
- userAgent: mozilla/5.0 (macintosh; intel mac os x 10_15_7) applewebkit/537.36 (khtml, like gecko) chrome/144.0.0.0 safari/537.36
- isTouchDevice: false
Generated at: 2026-02-05T09:25:35.848Z
Operating System
docker(linux)
n8n Version
2.0.2
Node.js Version
22.21.0
Database
SQLite (default)
Execution mode
main (default)
Hosting
self hosted
Bug Description
When changing workflow settings (e.g., Error Workflow) via the three-dot menu → Settings, clicking "Save" in the settings modal shows a success message ("settings applied"), but the main toolbar Save/Publish buttons remain inactive/disabled.
The workflow is not actually marked as "dirty" (having unsaved changes), so users cannot save the workflow with the new settings unless they also make a visual change like dragging a node.
To Reproduce
Expected behavior
After saving workflow settings in the modal, the Save/Publish buttons in the main toolbar should become active, indicating the workflow has unsaved changes that need to be published.
Debug Info
Debug info
core
storage
pruning
client
Generated at: 2026-02-05T09:25:35.848Z
Operating System
docker(linux)
n8n Version
2.0.2
Node.js Version
22.21.0
Database
SQLite (default)
Execution mode
main (default)
Hosting
self hosted