You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
n8n allows to review past executions (either failed or successful). During the review process most of the items are locked due to "read only" mode. However, JS code in the Function is editable.
To Reproduce
Steps to reproduce the behavior:
Create a workflow with a Function Node
Modify workflow settings "Save successful executions" = Save
Run the workflow, then open past execution
Click on the Function node and then the code editor. The code can be changed.
Expected behavior
Code editing is not allowed when viewing past executions
Environment (please complete the following information):
OS: Ubuntu Linux 22.04
n8n Version 0.193.3
Node.js Version NA - docker version
Database system postgresql
Operation mode main
The text was updated successfully, but these errors were encountered:
It asks me "Save changes before leaving?", when I press "Yes" and come back again it doesn't seem to save anything.
HOWEVER, new workflows with the same name are created:
The workflow with a tag is the original one created yesterday. Several new ones from today were created after I pressed "Save" during the review process of the past execution
Describe the bug
n8n allows to review past executions (either failed or successful). During the review process most of the items are locked due to "read only" mode. However, JS code in the Function is editable.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Code editing is not allowed when viewing past executions
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: